summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2
* | Cleanup fixture using tmp and monkeypatchMatthew Iversen2014-06-191-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
* Test should use the same high-level interface for appending filenames as the ...Jason R. Coombs2014-05-151-1/+1
* Extend docstring for test_write_manifest_skips_non_utf8_filenamesJason R. Coombs2014-05-151-1/+6
* Just suppress the spurious IndexError when it happens. Rely on the environmen...Jason R. Coombs2014-05-051-3/+4
* Add test capturing failure when find_packages no longer follows symlinks. Ref...Jason R. Coombs2014-05-031-0/+25
* Add test capturing overmatching in new find_packages. Ref #184.Jason R. Coombs2014-04-071-0/+11
* Skip this test because it now fails under Python 3.3 and earlier apparently d...Jason R. Coombs2014-03-301-0/+4
* Add test for excludeJason R. Coombs2014-03-221-0/+5
* Created PEP420PackageFinder, whose .find method can be used to find any suita...Jason R. Coombs2014-03-221-16/+7
* Check packages without deference to orderJason R. Coombs2014-03-161-5/+8
* Use py26compat for skipIfJason R. Coombs2014-03-161-6/+7
* Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-121-0/+38
* Update test for Python 2.6 compatibilityJason R. Coombs2014-03-161-1/+1
* Add test for find_packages(include=)Jason R. Coombs2014-03-161-0/+10
* Add unit tests for find_packagesWyatt Lee Baldwin2014-02-121-0/+72
* Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-081-0/+84
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-154-8/+14
* Remove import (missed in parent commit).Jason R. Coombs2014-02-091-1/+0
* Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-091-83/+0
* Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-071-4/+3
* Use readlines on StringIO. Ensure quiet_context returns rewound buffers.Jason R. Coombs2014-02-051-1/+3
* Rewrite merged tests to use context managersJason R. Coombs2014-02-051-19/+16
* Remove unused variableJason R. Coombs2014-02-051-1/+0
* Reindent according to TODO (indent was reserved to minimize the diff)Jason R. Coombs2014-02-051-15/+14
* Update global reference.Jason R. Coombs2014-02-051-2/+2
* Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...Jason R. Coombs2014-01-271-38/+103
* Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-074-13/+53
* Merge with 1.4.2Jason R. Coombs2013-12-011-1/+17
|\
| * Moved imports to the top, made them compatible with Python 2, and added a doc...Jason R. Coombs2013-12-011-4/+6