]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135953: Refactor test_sampling_profiler into multiple files (#141689)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 18 Nov 2025 15:14:16 +0000 (15:14 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 15:14:16 +0000 (15:14 +0000)
commita52c39e2608557a710784d5876150578d2ae5183
tree2329f66f62c83f4985689401c30ea2fe3652e5b6
parentf46785f8bc118e0efb840af1e520777b1baa03d9
gh-135953: Refactor test_sampling_profiler into multiple files (#141689)
Lib/test/test_profiling/test_sampling_profiler.py [deleted file]
Lib/test/test_profiling/test_sampling_profiler/__init__.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/helpers.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/mocks.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/test_advanced.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/test_cli.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/test_integration.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/test_modes.py [new file with mode: 0644]
Lib/test/test_profiling/test_sampling_profiler/test_profiler.py [new file with mode: 0644]
Makefile.pre.in