Searched refs:run_with_locale (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/ |
D | test_imaplib.py | 14 run_with_tz, run_with_locale, cpython_only) 59 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_types.py | 3 from test.support import run_with_locale, cpython_only 395 @run_with_locale('LC_NUMERIC', 'en_US.UTF8') 404 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
|
D | pickletester.py | 27 TestFailed, run_with_locale, no_tracing, 1907 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_float.py | 150 @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
D | test_unicode.py | 1550 @support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_decimal.py | 39 run_with_locale, cpython_only, 1188 @run_with_locale('LC_ALL', 'ps_AF')
|
D | test_logging.py | 5568 cm = support.run_with_locale('LC_ALL', '')
|
D | test_ssl.py | 1095 @support.run_with_locale('LC_ALL', '')
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 691 def run_with_locale(catstr, *locales): function
|
/third_party/python/Doc/library/ |
D | test.rst | 659 .. decorator:: run_with_locale(catstr, *locales)
|