summaryrefslogtreecommitdiff
path: root/pkg_resources/tests/test_pkg_resources.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-201-1/+7
|
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
|
* Add test for regression on Python 3 when LANG=C and there is non-ascii in ↵Jason R. Coombs2015-12-011-1/+5
| | | | the metadata file before the version. Ref #469.
* Rewrite test to use distutils' install_egg_info to generate the metadata.Jason R. Coombs2015-11-281-10/+11
|
* Rewrite test to simply create the egg_info.Jason R. Coombs2015-11-281-80/+35
|
* Rename test to match intention.Jason R. Coombs2015-11-281-1/+1
|
* Move test into pkg_resources testsJason R. Coombs2015-11-281-0/+96
|
* Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-031-0/+111