summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools/test_freeze.py
Commit message (Expand)AuthorAgeFilesLines
* gh-113384: Skip test_freeze for framework builds on macOS (#113390)Ronald Oussoren2023-12-221-0/+2
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-0/+4
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-3/+1
* test_peg_generator and test_freeze require cpu (#108386)Victor Stinner2023-08-231-0/+3
* GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)Abhigyan Bose2022-05-031-1/+1
* bpo-46425: Fix direct invocation of multiple test modules (GH-30666)Nikita Sobolev2022-01-181-1/+1
* bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow2021-11-231-4/+5
* bpo-45629: Add a test for the "freeze" tool. (gh-29222)Eric Snow2021-10-281-0/+29