aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
* Wrap the result in a DirList to avoid tuple unpacking and unused variablesJason R. Coombs2015-12-251-3/+8
* Merged pull request #151 - prep work for issue #450.Jason R. Coombs2015-12-251-23/+42
|\
| * Added test to ensure that egg_info applies MANIFEST.inLuke Plant2015-10-191-2/+17
| * Pulled out some test code for re-use.Luke Plant2015-10-191-12/+14
| * Added test utility for building files quickly.Luke Plant2015-10-191-11/+12
* | Move test into pkg_resources testsJason R. Coombs2015-11-281-85/+0
* | Add tests ref #419.Eric Larson2015-11-151-5/+91
|/
* Extract fixture for the environment.Jason R. Coombs2015-01-021-37/+47
* Use update to set the home environment variable.Jason R. Coombs2015-01-021-2/+3
* Extract method for _find_egg_info_files.Jason R. Coombs2015-01-021-5/+13
* Use trailing comma for consistency.Jason R. Coombs2015-01-021-1/+2
* Rewrite command construction for clarity.Jason R. Coombs2015-01-021-5/+8
* Rewrite config generationJason R. Coombs2015-01-021-2/+5
* Rewrite paths construction as generator expression.Jason R. Coombs2015-01-021-4/+6
* Use contexts for tempdir generationJason R. Coombs2015-01-021-7/+3
* Replace cluttered script generation with multiline stringsJason R. Coombs2015-01-021-10/+18
* Rewrite test using pytest.Jason R. Coombs2015-01-021-26/+13
* Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-190/+1
* Use os.pathsep. Fixes failure on Windows8.1b1Jason R. Coombs2014-12-131-1/+1
* tests.egg_info: Test absolute egg-base install"W. Trevor King"2014-10-161-0/+58
* Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-251-3/+3
* PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
* Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
* Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-071-8/+13
* For .svn legacy fallback, look for the files in the .svn not the directory.Philip Thiem2013-11-111-1/+95
* Added a legacy fallback testPhilip Thiem2013-09-281-0/+21
* Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-0/+13
* Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...Jason R. Coombs2013-06-191-0/+40