cpython/Lib/test/test_tools
Stan Ulbrych 930b3fd1df
compute-changes.py: Fix & test process_changed_files() (#144674)
Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
2026-02-19 18:49:34 +02:00
..
i18n_data gh-134357: Remove unused imports in tests (#134340) 2025-05-25 20:09:02 +00:00
msgfmt_data gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) 2025-04-05 22:38:39 +03:00
__init__.py test_peg_generator and test_freeze require cpu (#108386) 2023-08-24 00:52:48 +02:00
__main__.py
test_compute_changes.py compute-changes.py: Fix & test process_changed_files() (#144674) 2026-02-19 18:49:34 +02:00
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 gh-130197: Test pygettext --output option (GH-133041) 2025-05-01 19:30:24 +03:00
test_makefile.py gh-126014: test_makefile_test_folders: Ignore basically-empty directories (#140466) 2026-01-27 11:05:09 +01: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 gh-130197: Improve test coverage of msgfmt.py (GH-133048) 2025-05-01 13:32:11 +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