Files
notifications-api/pytest.ini
T

8 lines
126 B
INI
Raw Normal View History

[pytest]
testpaths = tests
env =
NOTIFY_ENVIRONMENT=test
2022-04-22 12:05:19 +01:00
REDIS_ENABLED=0
2021-03-08 17:44:48 +00:00
addopts = -p no:warnings
2020-05-04 11:48:03 +01:00
xfail_strict = true