Files
ahriman/.pytest.ini
T
2026-07-13 13:01:54 +03:00

7 lines
250 B
INI

[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
pythonpath = tests
spec_test_format = {result} {docstring_summary}