move root conftest into pytest plugins

This commit is contained in:
2026-07-16 16:30:38 +03:00
parent 7c7b4a86af
commit 7f7e5da2d5
6 changed files with 42 additions and 9 deletions
-4
View File
@@ -1,9 +1,5 @@
[pytest]
addopts = [
"--cov=ahriman",
"--cov-report=term-missing:skip-covered",
"--no-cov-on-fail",
"--cov-fail-under=100",
"--spec",
]
asyncio_default_fixture_loop_scope = "function"