Skip to content

Commit 9b63ce5

Browse files
committed
2 parents c46eaba + 7799a6f commit 9b63ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38-
- name: Test with unittest
38+
- name: Test with pytest
3939
run: |
40-
unittest discover -s "tests" -p "test_*.py"
40+
pytest

0 commit comments

Comments
 (0)