summaryrefslogtreecommitdiff
path: root/setuptools/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-191-32/+32
* Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-061-32/+32
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-1/+1
* Changed the testModuleExtract and testRequire tests from DependsTests to use ...Hanno Schlichting2009-07-161-8/+8
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-211-9/+5
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-3/+3
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-221-5/+10
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-47/+6
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-41/+0
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-8/+8
* Enhanced the ``test`` command so that it doesn't install the package, butPJ Eby2005-07-061-5/+5
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-021-6/+6
* Back out the addition of bogus 'if __name__=="__main__"' block; the OnePJ Eby2005-04-011-79/+174
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-051-166/+71
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-221-21/+21
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-14/+55
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+410