summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merged upstream changes.Vinay Sajip2013-06-191-6/+3
|\
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-184-115/+122
| |\
| * \ Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-0/+61
| |\ \
| * \ \ Merge with upstreamJason R. Coombs2013-06-184-17/+17
| |\ \ \
| | * | | Fixed some bugs, tests now also all pass on 2.7 and 3.2.Vinay Sajip2011-06-211-1/+1
| | * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-211-4/+4
| | * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-203-13/+13
* | | | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-172-52/+60
* | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-152-4/+4
| |_|_|/ |/| | |
* | | | Add support for Python 3.3 in environment marker testsJason R. Coombs2013-05-281-4/+4
* | | | Fix typoJason R. Coombs2013-05-191-1/+1
* | | | Update doctest to use syntax suitable for Python 2 and Python 3. Credit to Le...Jason R. Coombs2013-05-191-5/+8
* | | | Try doctest with full exception nameJason R. Coombs2013-05-191-14/+14
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-8/+99
|\ \ \ \
* \ \ \ \ 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-1/+0
|\ \
| * | merged + removed trailing spacestarek2009-09-201-1/+0
* | | Merge upstream changes.Martin v. L?wis2009-09-131-0/+61
|\ \ \ | |/ /
| * | reintroduced use_setuptools in distribute_setup.pytarek2009-09-101-0/+61
* | | Fix tests to support 3.x.Martin v. L?wis2009-09-121-6/+6
|/ /
* | 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