Skip to content

Commit

Permalink
github: Switch to pytest for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stroitzsch committed Oct 18, 2023
1 parent 5b608a9 commit 3cfbdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run tests with coverage report
run: |
conda activate mesmo
coverage run -m unittest discover tests
coverage run -m pytest tests
coverage xml
- name: Report coverage to Codecov
if: always()
Expand Down

0 comments on commit 3cfbdea

Please sign in to comment.