adding my maze need to be tested

This commit is contained in:
Maoake Teriierooiterai
2026-03-23 18:49:13 +01:00
parent 22c44333c1
commit e75e14110d
5 changed files with 129 additions and 14 deletions
+3
View File
@@ -20,3 +20,6 @@ lint-strict:
run_test_parsing:
PYTHONPATH=src uv run pytest tests/test_parsing.py
run_test_dfs:
PYTHONPATH=src uv run pytest tests/test_Depth.py