mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Actually build test case 'dark-listing'
This commit is contained in:
parent
8f14aef403
commit
610a05b995
@ -73,5 +73,7 @@ def run_make_commands(request):
|
|||||||
../.venv/bin/sphinx-build -M zundler . _build
|
../.venv/bin/sphinx-build -M zundler . _build
|
||||||
"""
|
"""
|
||||||
|
|
||||||
for d in ["copy-button", "mermaid", "multi-page", "dark-mode"]:
|
for d in [
|
||||||
|
"copy-button", "mermaid", "multi-page", "dark-mode", "dark-listing"
|
||||||
|
]:
|
||||||
subprocess.run(cmd.strip(), shell=True, check=True, cwd=Path(test_dir) / d)
|
subprocess.run(cmd.strip(), shell=True, check=True, cwd=Path(test_dir) / d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user