[Python-Dev] Does trace modules have a unit test?

Reid Kleckner reid.kleckner at gmail.com
Tue Jul 20 20:12:25 CEST 2010


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/test_trace.py
> currently tests the sys.settrace module, so the tests of trace.py
> should find a new home. Does Lib/test/test_trace_module.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


More information about the Python-Dev mailing list