third_party.pylibs.pylint.src/pytest.ini

6 lines
85 B
INI
Raw Normal View History

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