port part of settings to database (#54)

This commit is contained in:
2022-03-31 01:48:06 +03:00
committed by GitHub
parent d4eadf0013
commit 83931f5cf4
117 changed files with 2768 additions and 1044 deletions

View File

@ -4,8 +4,8 @@ dependencies = -e .[s3,web]
project_name = ahriman
[pytest]
addopts = --cov=ahriman --cov-report=term-missing:skip-covered --spec
asyncio_mode = legacy
addopts = --cov=ahriman --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=100 --spec
asyncio_mode = auto
spec_test_format = {result} {docstring_summary}
[testenv]