[Distutils] The 'test' command

Robin Dunn robin@alldunn.com
Thu Mar 29 12:53:01 2001


> On Wed, Mar 28, 2001 at 08:45:11AM -0800, Robin Dunn wrote:
> >        tests = [('testDir1', ['a.py','b.py']),
> >                 ('testDir2', ['c.py','d.py', 'e.py']) ]
>
> I like having the computer do things so that I don't have to.
> How about allowing glob patterns in the above, so it could be
> ('testDir1', ['test_*.py']).
>

Yes.

--
Robin Dunn
Software Craftsman
robin@AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!