summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge with masterJason R. Coombs2015-01-031-111/+0
|\
| * Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-031-111/+0
* | Merge with 10.2.1Jason R. Coombs2015-01-021-2/+3
|\ \ | |/ |/|
| * Use six for Python 2 compatibilityJason R. Coombs2014-07-051-2/+3
* | Removing shlib_test (apparently unused and broken).Jason R. Coombs2015-01-025-192/+0
* | Move tests to be adjacent with other parsing tests.Jason R. Coombs2015-01-021-8/+0
* | Fix regression in entry-point name parsingIan Cordasco2015-01-021-0/+8
* | Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-420/+0
* | Add test making explicit the expectation that pkg_resources shouldn't import ...Jason R. Coombs2014-12-241-0/+20
|/
* Remove excess whitespaceJason R. Coombs2014-06-011-4/+0
* Remove unused UTC implementationJason R. Coombs2014-03-241-13/+0
* Use mktime for Python 3.2 compatibilityJason R. Coombs2014-03-241-1/+12
* Update test to use local timestamps, so the tests pass in any timezone.Jason R. Coombs2014-03-241-4/+23
* Just remove test_ez_setup, as the last remaining test, test_install, only bar...Jason R. Coombs2014-03-241-44/+0
* Remove test for use_setuptools, as it fails when running under pytest because...Jason R. Coombs2014-03-241-4/+1
* Update test_install to actually patch the hidden _python_cmd.Jason R. Coombs2014-03-241-1/+1
* Remove test_do_download, which also no longer works due to complexities aroun...Jason R. Coombs2014-03-231-8/+1
* Remove test_build_egg. The test doesn't work and it's difficult to test _buil...Jason R. Coombs2014-03-231-9/+0
* Force sdist zip format (preferred for _build_egg)Jason R. Coombs2014-03-231-5/+5
* Fix build of setuptools on Windows (do not create empty tag)Jason R. Coombs2014-03-231-1/+1
* Allow the test to fail on its own merits rather than failing with a not-so-us...Jason R. Coombs2013-08-111-19/+4
* Replaced overly-specific error messages with more general ones for improved c...Jason R. Coombs2013-08-091-2/+2
* Issue 50: Removed filename and line number from SyntaxErrors returned by inva...Jason R. Coombs2013-08-091-4/+4
* Fix test failureJason R. Coombs2013-07-021-1/+1
* MergeJason R. Coombs2013-07-024-62/+62
|\
| * 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
| | |_|_|/ | |/| | |
* | | | | Patched test so it can be run on Python 30.7.7Jason R. Coombs2013-07-021-0/+5
* | | | | Issue #30: Added test for get_cache_path (but it doesn't yet get run)Jason R. Coombs2013-07-021-0/+8
|/ / / /
* | | | 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