First real commit, everything implemented

This commit is contained in:
Josiah Baldwin
2024-11-20 15:23:03 -08:00
parent 69afbfeba7
commit 5c20a2b8fb
36 changed files with 3625 additions and 282 deletions

View File

@@ -92,6 +92,8 @@ norecursedirs =
build
.tox
testpaths = tests
asyncio_mode=auto
asyncio_default_fixture_loop_scope=session
# Use pytest markers to select/deselect specific tests
# markers =
# slow: mark tests as slow (deselect with '-m "not slow"')