From 0e47e3fcfb00a0f592b782d7d4ca29a9d3f5c742 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 14 Nov 2020 14:26:31 +0100 Subject: Add the 'benchmark' marker in 'pytest.ini' --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1