Skip to content

Commit e4e3edc

Browse files
authored
Update python-app.yml
Tests are now using Pytest
1 parent 84f3f13 commit e4e3edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626

2727
- name: Test
2828
run: |
29-
python -m unittest
29+
pytest

0 commit comments

Comments
 (0)