diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-25 15:02:55 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-25 15:02:55 (GMT) |
commit | 13c475385bc7ca46050d5162dfe277d0b9a8094f (patch) | |
tree | 2790e5e53b598919039c23390450684dfded7057 | |
parent | f6d2ca06ac7ecb3eceeee166f781840b1e033b33 (diff) | |
download | cpython-13c475385bc7ca46050d5162dfe277d0b9a8094f.zip cpython-13c475385bc7ca46050d5162dfe277d0b9a8094f.tar.gz cpython-13c475385bc7ca46050d5162dfe277d0b9a8094f.tar.bz2 |
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.
-rw-r--r-- | Lib/test/test_sys_setprofile.py (renamed from Lib/test/test_profilehooks.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_sys_settrace.py (renamed from Lib/test/test_trace.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/Lib/test/test_profilehooks.py b/Lib/test/test_sys_setprofile.py index 54267a0..54267a0 100644 --- a/Lib/test/test_profilehooks.py +++ b/Lib/test/test_sys_setprofile.py diff --git a/Lib/test/test_trace.py b/Lib/test/test_sys_settrace.py index 43134e9..43134e9 100644 --- a/Lib/test/test_trace.py +++ b/Lib/test/test_sys_settrace.py |