Searched refs:run_with_locale (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_imaplib.py | 14 run_with_tz, run_with_locale, cpython_only, 62 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
H A D | test_types.py | 3 from test.support import run_with_locale, cpython_only namespace 395 @run_with_locale('LC_NUMERIC', 'en_US.UTF8') 404 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
|
H A D | test_float.py | 157 @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
H A D | pickletester.py | 29 TestFailed, run_with_locale, no_tracing, 1910 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
H A D | test_unicode.py | 1655 @support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
H A D | test_decimal.py | 39 run_with_locale, cpython_only, 1238 @run_with_locale('LC_ALL', 'ps_AF')
|
H A D | test_logging.py | 5730 unittest.enterModuleContext(support.run_with_locale('LC_ALL', ''))
|
H A D | test_ssl.py | 1102 @support.run_with_locale('LC_ALL', '')
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 57 "run_with_locale", "swap_item", "findfile", "infinite_recursion", 802 def run_with_locale(catstr, *locales): function
|
Completed in 38 milliseconds