some play with renaming

This commit is contained in:
2026-07-16 13:51:51 +03:00
parent 7a2d8299ad
commit bfd3148617
11 changed files with 23 additions and 15 deletions
+12
View File
@@ -0,0 +1,12 @@
[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"
asyncio_mode = "auto"
"resource-path.directory-name-test-resources" = "../../tests/testresources"
spec_test_format = "{result} {docstring_summary}"