Skip to content

Commit

Permalink
use unittest instead of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Jun 16, 2024
1 parent 8a31e99 commit 0e81cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
pip install '.[test]'
- name: Run tests
run: |
pytest
coverage run --include="oops_all_itertools/*.py" -m unittest

0 comments on commit 0e81cef

Please sign in to comment.