switch from pytest to built-in tests

This commit is contained in:
Ace
2020-06-17 00:17:23 +02:00
committed by GitHub
parent 07cbda03cf
commit 80378ab776

View File

@@ -26,6 +26,3 @@ jobs:
cd ..
cd tests
for f in *.py; do python3 "$f"; done
- name: Test with pytest
run: |
pytest