Didactopus/tests/test_python_scaffold.py

6 lines
186 B
Python

from pathlib import Path
def test_python_scaffold_exists():
assert Path("src/didactopus/learner_state.py").exists()
assert Path("src/didactopus/progression_engine.py").exists()