diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 13:57:54 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 13:57:54 -0400 |
| commit | def050fc6b4758212fac5fe761daa25138114d17 (patch) | |
| tree | 9dc3dedd50806272bb1d0f565351847936128afc /scripts/theme-studio/test_generate.py | |
| parent | 9c7010ebe2041ae73195745d76403568237c2905 (diff) | |
| download | dotemacs-def050fc6b4758212fac5fe761daa25138114d17.tar.gz dotemacs-def050fc6b4758212fac5fe761daa25138114d17.zip | |
feat(theme-studio): minibuffer-stack scenes on one shared session
One C-x b consult-buffer scene drawn jointly by vertico, marginalia, consult, embark, and orderless; each app's preview shows the shared session with its own faces at work, then extends it with the states only it owns (vertico multiline, marginalia's full annotation catalog, consult line/grep/async, embark act + collect, orderless component cycling). All five join the face-coverage gate, so every one of their 72 faces appears verbatim in the renderers.
Diffstat (limited to 'scripts/theme-studio/test_generate.py')
| -rw-r--r-- | scripts/theme-studio/test_generate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/theme-studio/test_generate.py b/scripts/theme-studio/test_generate.py index d391ab83..1bb06154 100644 --- a/scripts/theme-studio/test_generate.py +++ b/scripts/theme-studio/test_generate.py @@ -856,6 +856,7 @@ class BespokePreviewFaceCoverage(unittest.TestCase): FULL_COVERAGE_APPS = [ "company", "company-box", "transient", "magit-section", "rainbow-delimiters", "web-mode", + "vertico", "marginalia", "consult", "embark", "orderless", ] def test_every_face_appears_in_the_renderer(self): |
