mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-07-16 15:51:08 +00:00
some play with renaming
This commit is contained in:
@@ -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}"
|
||||
Reference in New Issue
Block a user