aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/tests/test_markers.py
Commit message (Expand)AuthorAgeFilesLines
* tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-151-1/+1
* Rely on backports.unittest_mock plugin to make mock available on old Python v...Jason R. Coombs2017-01-301-4/+1
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-201-0/+1
* Fix typo, correcting failures on late Pythons when mock is not already instal...Jason R. Coombs2016-02-191-1/+1
* Destroy MarkerEvaluation for being pointless, fix two silly mistakes in tests...Steve Kowalik2016-01-071-7/+5
* First shot at removing usage of _markerlib and switching to the PEP 508 imple...Steve Kowalik2015-12-101-6/+2
* Add test capturing possible violation in expectation due to new Python 2.7.10...Jason R. Coombs2015-06-071-0/+16