From d7f2e84dedcce223d73229c79f0f1085d4dc84be Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 27 May 2019 14:31:09 +0300 Subject: py.test: document all_locales marker --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1