Skip to content

Commit

Permalink
se agregan los demas steps para testear modulo player y card
Browse files Browse the repository at this point in the history
  • Loading branch information
anelioalvarez committed Nov 8, 2023
1 parent cf04be7 commit 2dfeb94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/testing-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,15 @@ jobs:
- name: Test Game module
run: |
poetry run pytest $TEST_DIRECTORY/game_tests
poetry run coverage run -m pytest $TEST_DIRECTORY/game_tests
rm -f $TEST_DB_FILE
- name: Test Player module
run: |
poetry run coverage run -m pytest $TEST_DIRECTORY/player_tests
rm -f $TEST_DB_FILE
- name: Test Card module
run: |
poetry run coverage run -m pytest $TEST_DIRECTORY/card_tests
rm -f $TEST_DB_FILE

0 comments on commit 2dfeb94

Please sign in to comment.