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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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