mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
8 lines
179 B
INI
8 lines
179 B
INI
[aliases]
|
|
test = pytest
|
|
|
|
[tool:pytest]
|
|
addopts = --cov=ahriman --cov-report term-missing:skip-covered --spec
|
|
asyncio_mode = legacy
|
|
spec_test_format = {result} {docstring_summary}
|