third_party.pylibs.pylint.src/pytest.ini
2019-07-10 09:52:53 +02:00

6 lines
85 B
INI

[pytest]
python_files=*test_*.py
addopts=-m "not acceptance"
markers =
acceptance