[issue9315] The trace module lacks unit tests

Eli Bendersky report at bugs.python.org
Tue Jul 20 19:44:51 CEST 2010


New submission from Eli Bendersky <eliben at gmail.com>:

Brought up in issue 9282: unit tests should be added for the trace module.

Minor naming problem: Lib/test/test_trace.py is currently employed for testing the sys.settrace method.

Suggestion: name the unit tests of the trace module test_trace_module.py

----------
components: Library (Lib)
messages: 110932
nosy: eli.bendersky
priority: normal
severity: normal
status: open
title: The trace module lacks unit tests
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9315>
_______________________________________


More information about the Python-bugs-list mailing list