[Python-Dev] Does trace modules have a unit test? (original) (raw)
Eli Bendersky eliben at gmail.com
Tue Jul 20 19:51:05 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 ]
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
- 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 ]