replace pspec with spec

This commit is contained in:
2022-03-20 03:08:51 +03:00
parent 57f25c309a
commit 4cc665f6ee
3 changed files with 6 additions and 7 deletions

View File

@ -2,5 +2,6 @@
test = pytest
[tool:pytest]
addopts = --cov=ahriman --cov-report term-missing:skip-covered --pspec
addopts = --cov=ahriman --cov-report term-missing:skip-covered --spec
asyncio_mode = legacy
spec_test_format = {result} {docstring_summary}