Didactopus/tests/test_webui_files.py

7 lines
173 B
Python

from pathlib import Path
def test_webui_scaffold_exists() -> None:
assert Path("webui/src/App.jsx").exists()
assert Path("webui/sample/review_data.json").exists()