]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #9315: Renamed test_trace to test_sys_settrace and
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 25 Jul 2010 15:02:55 +0000 (15:02 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 25 Jul 2010 15:02:55 +0000 (15:02 +0000)
test_profilehooks to test_sys_setprofile so that test_trace can be
used for testing the trace module and for naming consistency.

Lib/test/test_sys_setprofile.py [moved from Lib/test/test_profilehooks.py with 100% similarity]
Lib/test/test_sys_settrace.py [moved from Lib/test/test_trace.py with 100% similarity]