Add test suite

This commit is contained in:
Aaron Heise 2023-02-11 11:09:22 -06:00
parent fcfc503184
commit 86906fd8f4
9 changed files with 225 additions and 18 deletions

View file

@ -39,4 +39,4 @@ jobs:
# run: poetry run black . --check
- name: Test with pytest
run: poetry run pytest --cov . -n 2
run: poetry run pytest tests