[Python-Dev] Does trace modules have a unit test? (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Wed Jul 21 00:19:53 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 ]
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 testtrace.py to testsettrace.py, and put the trace.py tests in testtrace.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
- 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 ]