1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00
nginx-proxy/test/pytest.ini

6 lines
193 B
INI
Raw Normal View History

2017-01-28 15:10:10 +01:00
[pytest]
# disable the creation of the `.cache` folders
2023-12-22 14:37:20 +01:00
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs --color=yes -v
markers =
2023-12-22 14:37:20 +01:00
incremental: mark a test as incremental.