summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0ad92d31a..d8865bae2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,3 +61,8 @@ test = pytest
[tool:pytest]
testpaths = tests
+python_files=*test_*.py
+addopts=-m "not acceptance"
+markers =
+ acceptance:
+ benchmark: Baseline of pylint performance, if this regress something serious happened