[Python-Dev] Does trace modules have a unit test?
Eli Bendersky
eliben at gmail.com
Tue Jul 20 19:51:05 CEST 2010
I've opened issue 9315 (http://bugs.python.org/issue9315) to address
the lack of unit tests for the trace.py module. I hope to get to it in
a few days and add some tests.
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?
Eli
More information about the Python-Dev
mailing list