summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Unpin pytest - not sure why it was pinned.Jason R. Coombs2018-02-041-1/+1
* tests: fix pytest requirement so Python 3.3 is supportedBenoit Pierre2017-11-271-1/+1
* easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-0/+1
* pytest-virtualenv does not require virtualenvLeonardo Rochael Almeida2017-07-311-0/+1
* tests: disable pytest-flake8 on Python 2.6Benoit Pierre2017-07-291-1/+1
* Remove dependency on virtualenv. Setuptools' tests don't require it except py...Jason R. Coombs2017-07-231-1/+0
* tests: rework clean install testBenoit Pierre2017-07-152-27/+3
* tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-151-2/+1
* Move clean install test to tests dir.Jason R. Coombs2017-07-131-0/+27
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-2/+2
|\
| * Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported i...Jason R. Coombs2017-05-211-1/+2
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-242-2/+3
|/
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-2/+2
* Use the 'extras' feature of toxJason R. Coombs2017-01-011-1/+0
* Add test to verify the install of Pypi top packagesThiebaud Weksteen2016-11-041-0/+82
* Move test requirements into another file so they might be referenced manually.Jason R. Coombs2016-10-311-0/+4
* Fix quantity of blank lines.stepshal2016-10-181-0/+1
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+2
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+3
* Extract decision point into a variableJason R. Coombs2016-03-281-4/+2
* 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-027-612/+20
|\ \ | |/
| * 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
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-2/+3
|/
* 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-021-0/+8
|\
| * 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
* | Merged upstream changes.Vinay Sajip2013-06-191-6/+3
|\ \
| * \ Merge Python 3 native support from distributeJason R. Coombs2013-06-183-7/+7
| |\ \ | | |/ | |/|
| | * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-0/+61
| | |\