mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user