summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-14 14:26:31 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-28 16:09:53 +0100
commit0e47e3fcfb00a0f592b782d7d4ca29a9d3f5c742 (patch)
tree183d2e52a0b56ea3269e47b596392aca063ae9fc
parentd466a2ebecbcbaa4f72e08317232ab53f2b0d34e (diff)
downloadpylint-git-0e47e3fcfb00a0f592b782d7d4ca29a9d3f5c742.tar.gz
Add the 'benchmark' marker in 'pytest.ini'
-rw-r--r--pytest.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 1f2d77424..24b952c04 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,4 +2,5 @@
python_files=*test_*.py
addopts=-m "not acceptance"
markers =
- acceptance
+ acceptance:
+ benchmark: Baseline of pylint performance, if this regress something serious happened