summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Reindent clause. Prefer leading comment to inline.Jason R. Coombs2014-09-291-3/+5
* Extract variable to be in proximity of its commentJason R. Coombs2014-09-291-2/+4
* Correct typoJason R. Coombs2014-09-291-1/+1
* Remove Python 2.5 compatibility methods for zipfilesJason R. Coombs2014-09-291-52/+1
* Trim excess whitespaceJason R. Coombs2014-09-291-2/+2
* Always restore os.environ even if an exception occurs.Jason R. Coombs2014-09-261-5/+6
* Add docstringJason R. Coombs2014-09-261-0/+4
* Avoid passing None values to os.environ.Jason R. Coombs2014-09-261-4/+7
* Meant 'items'Jason R. Coombs2014-09-261-1/+1
* Correct test assertionJason R. Coombs2014-09-261-1/+1
* Extracting environment patcherJason R. Coombs2014-09-261-5/+21
* Skip tests if msvc9compiler isn't available.Jason R. Coombs2014-09-261-2/+4
* Grab winreg module from distutils.msvc9compilerJason R. Coombs2014-09-261-7/+5
* Move stable import into stdlib imports sectionJason R. Coombs2014-09-261-2/+2
* Remove unused importJason R. Coombs2014-09-261-1/+1
* Remove excess whitespaceJason R. Coombs2014-09-261-14/+12
* Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a standalo...Steve Dower2014-09-251-0/+135
* sdist command: fix case insensitivity when adding some files to filelistRandy Syring2014-09-201-0/+28
* Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)Jason R. Coombs2014-08-107-2711/+61
|\
| * Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-011-0/+6
| * Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
| * Remove unused variableJason R. Coombs2014-08-011-1/+1
| * Merged in mg/setuptools (pull request #69)Jason R. Coombs2014-07-275-2704/+13
| |\
| | * frozenset is available in Python 2.6Jason R. Coombs2014-07-121-5/+0
| | * Disable test_two_levels_deep when /tmp is a symlink. The results it is return...Jason R. Coombs2014-07-121-0/+3
| | * More simple assertsJason R. Coombs2014-07-121-3/+5
| | * Use simple asserts. pytest handles this nicely. Removes broken _assertIn.Jason R. Coombs2014-07-121-9/+2
| | * Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-052-2687/+1
| | * next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1
| | * Since Python 3 will always need the _execfile functionality (to fulfill the t...Jason R. Coombs2014-07-052-4/+6
| * | Fix typosMartin Geisler2014-06-291-4/+4
| |/
| * Merge pull-request #575.3Jason R. Coombs2014-06-281-0/+37
| |\
| | * PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
| | * Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
* | | fix failing integration (test_stevedore) test on windows because of an unrele...david2014-06-251-0/+3
|/ /
* | Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2
* | Cleanup fixture using tmp and monkeypatchMatthew Iversen2014-06-031-28/+20
* | Mark failing tests as xfailJason R. Coombs2014-06-151-0/+3
* | Remove unused variable and importJason R. Coombs2014-06-151-2/+0
* | Activate more of the integration tests.Doug Hellmann2014-06-021-9/+9
* | Add integration tests.Doug Hellmann2014-06-021-0/+87
* | Perform actual symlink detection; alternate approach to answer Pull Request #53.Jason R. Coombs2014-06-011-1/+15
|/
* Add whitespace for readability.Jason R. Coombs2014-05-171-1/+1
* Must create files for tests, else they are remoed from manifestsJason R. Coombs2014-05-171-0/+3
* Must create files for tests, else they are remoed from manifestsPhilip Thiem2014-05-171-6/+9
* est_manifest_is_written_with_utf8_encoding should use the filelist's append, ...Philip Thiem2014-05-171-1/+1
* Remove unused importJason R. Coombs2014-05-171-1/+0
* Convert quiet to a context manager, so its comment is no longer complaining a...Jason R. Coombs2014-05-171-45/+16
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-173-17/+16
* Merge in test changes from previous tryPhilip Thiem2014-05-171-8/+16