cpython/Lib/test/test_tools
Serhiy Storchaka 78f75d330a
[3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131205)
Add also human-readable snapshots for tests.
(cherry picked from commit 7ea6e88eb4)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
2025-03-13 19:15:28 +00:00
..
i18n_data [3.13] gh-104400: Add more tests to pygettext (GH-108173) (GH-126361) 2024-11-03 14:30:16 +00:00
msgfmt_data [3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131205) 2025-03-13 19:15:28 +00:00
__init__.py
__main__.py
test_freeze.py gh-113384: Skip test_freeze for framework builds on macOS (#113390) 2023-12-22 11:35:54 +01:00
test_i18n.py [3.13] gh-126807: pygettext: Do not attempt to extract messages from function definitions. (GH-126808) (GH-126846) 2024-11-14 22:43:33 +00:00
test_makefile.py [3.13] gh-126014: Ignore __pycache__-only folders in makefile tests (GH-126066) (#126109) 2024-10-29 08:11:47 +00:00
test_makeunicodedata.py gh-96954: Use skip_if_missing in test_makeunicodedata (GH-111764) 2023-11-06 15:32:35 +01:00
test_msgfmt.py [3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131205) 2025-03-13 19:15:28 +00:00
test_reindent.py gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) 2023-09-12 09:37:42 +03:00
test_sundry.py