switch from pytest to built-in tests
This commit is contained in:
parent
07cbda03cf
commit
80378ab776
3
.github/workflows/pythonapp.yml
vendored
3
.github/workflows/pythonapp.yml
vendored
@ -26,6 +26,3 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
cd tests
|
cd tests
|
||||||
for f in *.py; do python3 "$f"; done
|
for f in *.py; do python3 "$f"; done
|
||||||
- name: Test with pytest
|
|
||||||
run: |
|
|
||||||
pytest
|
|
||||||
|
Loading…
Reference in New Issue
Block a user