[Python-Dev] Does trace modules have a unit test? (original) (raw)
Reid Kleckner reid.kleckner at gmail.com
Tue Jul 20 20:12:25 CEST 2010
- Previous message: [Python-Dev] Does trace modules have a unit test?
- Next message: [Python-Dev] Does trace modules have a unit test?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jul 20, 2010 at 10:51 AM, Eli Bendersky <eliben at gmail.com> wrote:
As Terry wrote in the beginning of this thread, Lib/test/testtrace.py currently tests the sys.settrace module, so the tests of trace.py should find a new home. Does Lib/test/testtracemodule.py make sense or is something else preferable?
IMO you should just rename test_trace.py to test_settrace.py, and put the trace.py tests in test_trace.py.
Reid
- Previous message: [Python-Dev] Does trace modules have a unit test?
- Next message: [Python-Dev] Does trace modules have a unit test?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]