aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_dist_info.py
Commit message (Expand)AuthorAgeFilesLines
* The future is here! (Fix test failures on Python 2.7 introduced in 8cc9cd3c76).Jason R. Coombs2016-08-011-0/+3
* Remove unused importsJason R. Coombs2016-08-011-4/+0
* Build metadata programmatically to avoid weird double-newline removal.Jason R. Coombs2016-07-311-10/+15
* Extract variable for contentJason R. Coombs2016-07-311-13/+9
* Rewrite test_dist_info using pytest fixtures.Jason R. Coombs2016-07-311-38/+43
* Fix spacing after comment hash.stepshal2016-07-141-2/+2
* Shift requirement parsing inside RequirementSteve Kowalik2016-03-011-1/+3
* Merge from master, resolving conflicts.Steve Kowalik2016-02-161-0/+2
|\
| * Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
* | First shot at removing usage of _markerlib and switching to the PEP 508 imple...Steve Kowalik2015-12-101-1/+0
|/
* Combine DALS implementations in textwrap module.Jason R. Coombs2015-01-021-4/+1
* Build requires using mapJason R. Coombs2015-01-011-2/+2
* Build a dict in a generator expression.Jason R. Coombs2015-01-011-3/+4
* Extract variables to nicen indentation.Jason R. Coombs2015-01-011-4/+4
* I'm pretty sure this deviance was incidental.Jason R. Coombs2015-01-011-1/+0
* Extract commonality of metadata template.Jason R. Coombs2015-01-011-17/+20
* Use contexts for opening filesJason R. Coombs2015-01-011-8/+2
* Convert test_dist_info to pytest formJason R. Coombs2015-01-011-15/+8
* Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-6/+6
|\
| * Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-241-2/+6
* | Fixed some resource leaks.Vinay Sajip2012-10-101-18/+25
|/
* skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-171-3/+3
* add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
* Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-3/+3
* Use compatible skipIfJason R. Coombs2012-07-221-2/+2
* Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-221-0/+2
* Use DALS to avoid breaking indentation in test setup. Removed flag indicating...Jason R. Coombs2012-07-221-22/+26
* Updated imports, removed excess whitespaceJason R. Coombs2012-07-221-14/+17
* improve .dist-info testDaniel Holth2012-07-071-3/+13
* test .dist-info distributionsDaniel Holth2012-07-071-0/+55