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)
commit13c475385bc7ca46050d5162dfe277d0b9a8094f
tree2790e5e53b598919039c23390450684dfded7057
parentf6d2ca06ac7ecb3eceeee166f781840b1e033b33
Issue #9315: Renamed test_trace to test_sys_settrace and
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]