summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Merge Christian Kampka's patch to give us distutils test running support.Jonathan Lange2011-04-011-2/+0
|
* * Fixes TestCommand import and reexports it from the testtools packageChristian Kampka2011-02-281-0/+6
* Adds a sample setup.cfg configuration for the distutils TestCommand to demonstrate the proper usage of the command and so that ``python setup.py test`` may actually do something useful by default