aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Update this test again to ensure it's trapping the expected exception (Distut...Jason R. Coombs2012-07-221-5/+6
* | | | | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4
* | | | | Fix compatibility skipIfJason R. Coombs2012-07-221-0/+1
* | | | | Use compatible skipIfJason R. Coombs2012-07-221-2/+2
* | | | | Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-222-0/+15
* | | | | Use DALS to avoid breaking indentation in test setup. Removed flag indicating...Jason R. Coombs2012-07-221-22/+26
* | | | | Updated imports, removed excess whitespaceJason R. Coombs2012-07-221-14/+17
* | | | | Merge pull request #12Jason R. Coombs2012-07-211-0/+69
|\ \ \ \ \
| * | | | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-141-0/+69
* | | | | | improve .dist-info testDaniel Holth2012-07-071-3/+13
* | | | | | test .dist-info distributionsDaniel Holth2012-07-071-0/+55
|/ / / / /
* | | | | MergeJason R. Coombs2012-05-181-2/+8
|\| | | |
| * | | | Fixed failing test on Python 2.7.3 (and probably other recent patch releases)Jason R. Coombs2012-05-181-2/+8
* | | | | Allow for three requests (fixes test on Python 3.3).Jason R. Coombs2012-04-151-1/+3
* | | | | Skip another test that fails on Jython due to port 0 binding behavior.Jason R. Coombs2012-04-151-0/+4
|/ / / /
* | | | Split one test 'bad urls' into several different tests (for clarity).Jason R. Coombs2012-04-151-4/+18
* | | | Skip test when MockServer can't detect the port to which it bound.Jason R. Coombs2012-04-151-0/+4
* | | | Ensure that the setup.py is generated as bytes on Python 2 and 3 so that the ...Jason R. Coombs2012-04-141-2/+7
* | | | Merge fix for doctest failures on Python 3. Fixes #277.Jason R. Coombs2012-04-141-2/+2
|\ \ \ \
| * | | | Fixed test failures in the doctests on Python 3.Jason R. Coombs2012-04-141-2/+2
* | | | | Merge fixes for depends module imports. Fixes in part #277.Jason R. Coombs2012-04-141-14/+22
|\ \ \ \ \
| * | | | | Fixed issue where some functions are excluded from the depends module on cert...Jason R. Coombs2012-04-141-14/+22
| |/ / / /
* | | | | Fix one failing test per #277Jason R. Coombs2012-04-091-1/+1
* | | | | Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.40.6.26Jason R. Coombs2012-04-082-2/+3
* | | | | Removed bind_and_activate parameters (not compatible with Python 2.4Jason R. Coombs2012-04-081-8/+4
* | | | | Removed unused importJason R. Coombs2012-04-081-1/+0
* | | | | Converted new tests in test_easy_install to use call-back functions instead o...Jason R. Coombs2012-04-081-29/+54
* | | | | Add requests to the instance, so it's always available even if no requests we...Jason R. Coombs2012-04-071-0/+1
* | | | | Make sure to un-monkey-patch the Distribution class when running test_no_setu...Jason R. Coombs2012-04-071-1/+2
* | | | | Added another context to reset the _setup_stop_contextJason R. Coombs2012-04-071-5/+20
* | | | | Set the argv context so that easy_install.main invokes the command as if it h...Jason R. Coombs2012-04-071-5/+12
* | | | | Test now constructs the tarfile completely in memory (avoiding accidentally w...Jason R. Coombs2012-04-071-10/+12
* | | | | Improved the MockServer so it now more effectively handles multiple requests ...Jason R. Coombs2012-04-072-9/+11
* | | | | Create the sdist using tarfile and the code is much simplerJason R. Coombs2012-04-071-48/+8
* | | | | We expect easy_install to raise a SystemExitJason R. Coombs2012-04-071-5/+3
* | | | | Expanded TestSetupRequires so it actually stages the installation of an sdist...Jason R. Coombs2012-04-071-14/+81
* | | | | Add test to capture issue 227Jason R. Coombs2012-04-012-0/+60
* | | | | Started work on a Mock server that doesn't require a file system to back it.Jason R. Coombs2012-04-011-0/+17
* | | | | Cleaned up simulated index server, expanding documentation.Jason R. Coombs2012-04-011-11/+18
* | | | | Reorganized imports and cleaned up whitespaceJason R. Coombs2012-04-011-7/+10
* | | | | Cleaned up excess whitespaceJason R. Coombs2012-04-011-34/+3
|/ / / /
* / / / Reorganized importsJason R. Coombs2012-04-011-14/+16
|/ / /
* | | fixing regression -- generator syntax on python3guyroz2011-09-201-1/+1
* | | fixing testsguyroz2011-09-191-6/+15
|\ \ \
| * | | Fixing regression tests on Windows: #241, #240, #239guyroz2011-09-191-6/+15
* | | | Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+17
|/ / /
* | / Issue #237: fixing test on Python2.3guyroz2011-09-161-2/+19
| |/ |/|
* | Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
* | skipping a tets if in virtualenvTarek Ziade2011-05-261-1/+1
* | Don't try to import the parent of a namespace package in declare_namespace --...Aurelien Bompard2011-05-171-1/+27