test: add test suite (#7)

* add pre-commit hook
* improve logging of inconsistent data
This commit is contained in:
Felix Spöttel
2022-07-04 13:54:07 +02:00
committed by GitHub
parent 1c5d0f649e
commit d252c6b8f3
17 changed files with 435 additions and 72 deletions

View File

@@ -42,6 +42,10 @@ jobs:
name: "Style"
run: |
black --check .
- python: "3.10"
task:
name: "Test"
run: pytest --exitfirst --failed-first
steps:
- uses: actions/checkout@v3