summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2019-05-27 14:31:09 +0300
committerAarni Koskela <akx@iki.fi>2019-05-27 14:42:00 +0300
commitd7f2e84dedcce223d73229c79f0f1085d4dc84be (patch)
tree7b9bd7f883462359b078854cbaebc8bf4fae550d
parent03215bc33ba4c8ecf7f9966344aae51cc7c420e1 (diff)
downloadbabel-d7f2e84dedcce223d73229c79f0f1085d4dc84be.tar.gz
py.test: document all_locales marker
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4e877a3..12585f0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,8 @@ release = sdist bdist_wheel
[tool:pytest]
norecursedirs = venv* .* _* scripts {args}
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
+markers =
+ all_locales: parameterize test with all locales
[bdist_wheel]
universal = 1