training on pytest for the unitesting and doing the parsing with a init in a package need to validate this with my teammate

This commit is contained in:
Maoake Teriierooiterai
2026-03-16 15:19:11 +01:00
parent 28b92ab7ee
commit 2f5d200c0a
8 changed files with 111 additions and 2 deletions
+4 -1
View File
@@ -8,7 +8,7 @@ debug:
uv pdb python3 a_maze_ing.py config.txt
clean:
rm -rf __pycache__ .mypy_cache
rm -rf __pycache__ .mypy_cache .venv
lint:
uv run flake8 .
@@ -17,3 +17,6 @@ lint:
lint-strict:
uv run flake8 .
uv run mypy . --strict
run_test:
PYTHONPATH=src uv run python3 test/test_parsing.py