diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-11-29 14:37:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 14:37:07 +0100 |
commit | cb7ee204b7af0907c3073d6bf8f60a9325bb30e2 (patch) | |
tree | 18f634b877b0ba90c143a965f932ee4828d79a92 /setup.cfg | |
parent | 81dda1771759aaacd4d1879f37db6b59e25612c7 (diff) | |
download | pylint-git-cb7ee204b7af0907c3073d6bf8f60a9325bb30e2.tar.gz |
Update ``primer`` tests to own file, separate batches and concurrent runs (#5425)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,8 @@ python_files = *test_*.py addopts = --strict-markers markers = primer_stdlib: Checks for crashes and errors when running pylint on stdlib - primer_external: Checks for crashes and errors when running pylint on external libs + primer_external_batch_one: Checks for crashes and errors when running pylint on external libs (batch one) + primer_external_batch_two: Checks for crashes and errors when running pylint on external libs (batch two) benchmark: Baseline of pylint performance, if this regress something serious happened [isort] |