summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-0/+61
|\
| * Adding test that captures the new requirement.Jason R. Coombs2013-05-121-0/+61
* | Update test_distribute_setup to reference ez_setup.pyJason R. Coombs2013-03-191-14/+4
* | Updated manual test to test against setuptoolsJason R. Coombs2013-03-191-15/+13
* | Removing install_test altogether (the only thing it tests is the presence of ...Jason R. Coombs2013-03-191-81/+0
* | Updated install_test to reference the new bootstrap scriptJason R. Coombs2013-03-191-10/+16
|/
* Delete redundant tests.Arfrever Frehtes Taifersar Arahesis2012-08-223-32/+0
* Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-3/+3
* Remove unnecessary stuff from test_python33_bdist_egg.pyMarc Abramowitz2012-07-071-7/+1
* test_python33_bdist_egg.py: Check return value of bdist_egg commandMarc Abramowitz2012-07-071-1/+1
* Add a test for Python 3.3 bdist_egg issueMarc Abramowitz2012-07-071-0/+25
* Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-262-0/+13
* make sure manual_test can be used under 2.3tarek2009-12-301-4/+16
* now using subprocess.calltarek2009-12-211-9/+13
* disable Py3tarek2009-12-211-9/+8
* uses distutils install schemes nowtarek2009-12-211-4/+16
* Modified test script to be py3k compatibleagronholm2009-12-201-2/+6
* Changed interpreter line to the recommended formagronholm2009-12-201-1/+1
* added test_full to maintarek2009-12-201-1/+1
* added manual functional tests for checking a releasetarek2009-12-201-0/+79
* no_fake needs to be True by default fixes #74tarek2009-10-181-0/+12
* fixed the testtarek2009-09-271-5/+6
* merge dancetarek2009-09-201-6/+6
|\
| * Merge upstream changes.Martin v. Löwis2009-09-131-0/+61
| |\
| * | Fix tests to support 3.x.Martin v. Löwis2009-09-121-6/+6
* | | merged + removed trailing spacestarek2009-09-201-1/+0
| |/ |/|
* | reintroduced use_setuptools in distribute_setup.pytarek2009-09-101-0/+61
|/
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-7/+7
* bootstraping.py -> bootstrapping.pytarek2009-08-051-7/+7
* renamed bootstraptarek2009-08-041-7/+7
* fixed #24: the jython calls now workstarek2009-07-231-2/+2
* fixed the forbidden access problemtarek2009-07-231-3/+8
* shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-231-1/+2
* safer test: will not overwrite an existing file for the testtarek2009-07-231-13/+30
* fixed import testtarek2009-07-221-1/+15
* test for the bootstraptarek2009-07-221-0/+38
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-0/+330
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-055-0/+192