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 | 9392e0b0cfa77dce43e8b984985ca38d2de0ffe0 (patch) | |
tree | 4a293f03a45d9d5b8aaed2f53d65eb6781df6bbc | |
parent | 44a2a368a2ac32a845100bfc8fa449f189b7f60d (diff) | |
download | python-coveragepy-9392e0b0cfa77dce43e8b984985ca38d2de0ffe0.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 '# ' |