adding the unit testing and modify some function for my unit testing its pretty good i learn how to get a good struct for my classes

This commit is contained in:
Maoake Teriierooiterai
2026-03-19 18:11:30 +01:00
parent 721a7d00b9
commit e4e8ebfc13
10 changed files with 157 additions and 62 deletions
+2 -2
View File
@@ -18,5 +18,5 @@ lint-strict:
uv run flake8 .
uv run mypy . --strict
run_test:
PYTHONPATH=src uv run python3 test/test_parsing.py
run_test_parsing:
PYTHONPATH=src uv run pytest tests/test_parsing.py