aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/test.py
Commit message (Expand)AuthorAgeFilesLines
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-10/+10
* Fix a problem with the test loader finding the bundled doctest'sPJ Eby2006-03-291-4/+4
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-4/+45
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-4/+4
* Make 'test' command work correctly with the 0.6 WorkingSet class.PJ Eby2005-07-211-12/+12
* Added ``develop`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-2/+2
* Enhanced the ``test`` command so that it doesn't install the package, butPJ Eby2005-07-061-22/+22
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+82