request and event data now returned as dataclasses

unit tests updated accordingly
This commit is contained in:
onyx-and-iris
2022-07-27 22:44:40 +01:00
parent f5c2293dce
commit 20851c3880
9 changed files with 52 additions and 25 deletions

13
.gitignore vendored
View File

@@ -22,6 +22,19 @@ wheels/
*.egg
MANIFEST
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Environments
.env
.venv