yadm/pytest.ini

6 lines
138 B
INI
Raw Permalink Normal View History

[pytest]
cache_dir = /tmp
addopts = -ra
2019-09-27 09:39:50 -04:00
markers =
deprecated: marks tests for deprecated features (deselect with '-m "not deprecated"')