- Fix invalid key in config causing rogue warning

- Fix asyncio test tags
This commit is contained in:
Cyber MacGeddon 2026-04-16 09:33:12 +01:00
parent fdb52a6bfc
commit 343539b065
9 changed files with 76 additions and 43 deletions

View file

@ -1,6 +1,5 @@
[pytest]
testpaths = tests
python_paths = .
python_files = test_*.py
python_classes = Test*
python_functions = test_*
@ -8,7 +7,7 @@ addopts =
-v
--tb=short
--strict-markers
--disable-warnings
# --disable-warnings
# --cov-fail-under=80
asyncio_mode = auto
markers =