diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-12 10:23:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-12 10:23:59 -0600 |
| commit | 709ded1030c6797c8bf3df5a97c5afe8d628393a (patch) | |
| tree | 15ddd2f0df11726c833ac0b08b36542593fc5d9f /Makefile | |
| parent | 2cfab36d8471986ea8c0aeb54244e5e90bd63a48 (diff) | |
test: add tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,3 +4,15 @@ setup: run: @mise use python@system @python AdventureGame.py + +test: + @mise use python@system + @python -m unittest discover -s . -p "test_*.py" -v + +test-gameobject: + @mise use python@system + @python -m unittest test_game_object -v + +test-adventure: + @mise use python@system + @python -m unittest test_adventure_game -v |
