]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
py.test: document all_locales marker
authorAarni Koskela <akx@iki.fi>
Mon, 27 May 2019 11:31:09 +0000 (14:31 +0300)
committerAarni Koskela <akx@iki.fi>
Mon, 27 May 2019 11:42:00 +0000 (14:42 +0300)
setup.cfg

index 4e877a36fe780bad82c79da30326530ae6707def..12585f0d7fc2107c5bc9392749296d55cb6e8ae3 100644 (file)
--- 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