[Python-checkins] r62012 - in python/trunk/Lib/sqlite3: dump.py test/dump.py

Gregory P. Smith greg at krypto.org
Fri Mar 28 21:58:47 CET 2008


This is in Lib/sqlite3/test/ where nothing has a test_ filename and all is
imported directly from Lib/test/test_sqlite.py in order to be run.  It
seemed to follow the existing pattern for the sqlite3 module.

On Fri, Mar 28, 2008 at 1:40 PM, Neal Norwitz <nnorwitz at gmail.com> wrote:

> On Fri, Mar 28, 2008 at 1:36 PM, Amaury Forgeot d'Arc
> <amauryfa at gmail.com> wrote:
> > > Author: gregory.p.smith
> >  > Date: Fri Mar 28 21:11:49 2008
> >  > New Revision: 62012
> >  >
> >  > Added:
> >  >    python/trunk/Lib/sqlite3/dump.py
> >  >    python/trunk/Lib/sqlite3/test/dump.py
> >
> >  test/dump.py should be renamed to test/test_dump.py.
> >
> >  Otherwise it will not be seen by the test suite.
>
> Does the "main" method need to be called test() or test_main() like in
> the stdlib (or something else)?
>
> n
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20080328/597952d8/attachment.htm 


More information about the Python-checkins mailing list