summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 24b952c04743cb1c438c0ed6d6351feccfb4a39c (plain)
1
2
3
4
5
6
[pytest]
python_files=*test_*.py
addopts=-m "not acceptance"
markers =
   acceptance:
   benchmark: Baseline of pylint performance, if this regress something serious happened