]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-53203: Improve tests for strptime() (GH-125090) (GH-125091)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2024 09:12:15 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 09:12:15 +0000 (12:12 +0300)
commit9e61aa9b389a79412fb5bf757e3b9131527256a7
treeb003ee278c0c8af7a84a272f1cfc8fe25e8b5e54
parentea2ccb3d436b8909555c3684f1137485afc12731
[3.13] gh-53203: Improve tests for strptime() (GH-125090) (GH-125091)

Run them with different locales and different date and time.

Add the @run_with_locales() decorator to run the test with multiple
locales.

Improve the run_with_locale() context manager/decorator -- it now
catches only expected exceptions and reports the test as skipped if no
appropriate locale is available.
(cherry picked from commit 19984fe024bfd90649f1c36b78c9abf3ed72b27d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/pickletester.py
Lib/test/support/__init__.py
Lib/test/test_codecs.py
Lib/test/test_decimal.py
Lib/test/test_float.py
Lib/test/test_imaplib.py
Lib/test/test_str.py
Lib/test/test_strptime.py
Lib/test/test_time.py
Lib/test/test_types.py