reorganize the library into three folders lib, contrib and core

Write unittests with pytest
Make all functions and method signatures as keyword only arguments
This commit is contained in:
Ichinga Samuel
2024-10-06 23:20:59 +01:00
parent 9b55214d1a
commit 76a947640f
68 changed files with 1439 additions and 817 deletions
+4
View File
@@ -0,0 +1,4 @@
[pytest]
asyncio_default_fixture_loop_scope = session
addopts = --rootdir=tests --capture=tee-sys --last-failed
asyncio_mode = auto