diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-31 08:49:18 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-31 08:49:18 -0500 |
commit | 582d588fc4f02484f1bc568ca6c5178a565af7b0 (patch) | |
tree | 771ff3bb871f8bdc10695594d3b96e922ae1423b | |
parent | 42f65f4b2494aee7c75585e0108c59428c304e83 (diff) | |
download | python-coveragepy-git-582d588fc4f02484f1bc568ca6c5178a565af7b0.tar.gz |
Register pytest markers, and enforce that they must be registered
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ [tool:pytest] -addopts = -q -n3 +addopts = -q -n3 --strict +markers = + expensive: too slow to run during "make smoke" [pep8] # E265 block comment should start with '# ' |