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

Nick Coghlan ncoghlan at gmail.com
Wed Jul 21 00:19:53 CEST 2010


On Wed, Jul 21, 2010 at 4:18 AM, Alexander Belopolsky
<alexander.belopolsky at gmail.com> wrote:
> On Tue, Jul 20, 2010 at 2:12 PM, Reid Kleckner <reid.kleckner at gmail.com> wrote:
> ..
>> IMO you should just rename test_trace.py to test_settrace.py, and put
>> the trace.py tests in test_trace.py.
>
> +1

Yep, we're pretty free to rename stuff as required inside the test
suite. The only real exception is test.support, as that's a documented
standard library module.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list