diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-26 05:10:29 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-26 05:10:29 -0400 |
| commit | eb4aa232836f069ca671c6651a0e2f5dff4f7c34 (patch) | |
| tree | c673e9a1ab78a6e561d6be92f92f27ebb2dea3be /tests/test-ai-term--agent-buffers.el | |
| parent | 4facbbe9dec4d2a713735a80f11c412ebb53eb62 (diff) | |
| download | dotemacs-eb4aa232836f069ca671c6651a0e2f5dff4f7c34.tar.gz dotemacs-eb4aa232836f069ca671c6651a0e2f5dff4f7c34.zip | |
refactor(term): finish ghostel retirement (phase 5)
Remove the dead ghostel app from theme-studio: the GHOSTEL_FACES/SEED data, the registry row, the renderGhostelPreview previewer, and the package_seed test, then regenerate the tool. ansi-color stays since eat inherits it. Rename testutil-ghostel-buffers to testutil-terminal-buffers and drop make-fake-ghostel-buffer; the toggle-filter test now uses the eat fixture, since agents are eat. Fix the comments that still called the agent buffers ghostel (they're eat now) in eat-config and the ai-term and auto-dim test docstrings. I also package-deleted the unused ghostel ELPA package. Full suite green; the remaining ghostel mentions are accurate migration history.
Diffstat (limited to 'tests/test-ai-term--agent-buffers.el')
| -rw-r--r-- | tests/test-ai-term--agent-buffers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-ai-term--agent-buffers.el b/tests/test-ai-term--agent-buffers.el index 20c661c45..e0d8faa79 100644 --- a/tests/test-ai-term--agent-buffers.el +++ b/tests/test-ai-term--agent-buffers.el @@ -14,7 +14,7 @@ (add-to-list 'load-path (expand-file-name "modules" user-emacs-directory)) (add-to-list 'load-path (expand-file-name "tests" user-emacs-directory)) (require 'ai-term) -(require 'testutil-ghostel-buffers) +(require 'testutil-terminal-buffers) (ert-deftest test-ai-term--agent-buffers-empty-when-none-exist () "Boundary: no agent-prefixed buffers anywhere -> empty list." |
