summaryrefslogtreecommitdiff
path: root/testtools/matchers/_higherorder.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-9/+9
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-9/+9
* Upgrade Python syntax with pyupgradeHugo2020-01-181-12/+12
* Export AnyMatch properly.Robert Collins2013-11-241-0/+1
* Be clear on when HasLength passes or failsJonathan Lange2013-01-261-0/+1
* Code quote *args and **kwargsJonathan Lange2013-01-261-4/+5
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-241-5/+17
* * New matcher ``MatchesPredicateWithParams`` make it still easier to createRobert Collins2013-01-241-0/+64
* New matcher: AnyMatch.Jonathan Lange2012-12-131-0/+20
* Rename core to implJonathan Lange2012-09-101-1/+1
* Move MatchesPredicate to _higherorder.Jonathan Lange2012-09-081-0/+34
* Massive split Jonathan Lange2012-09-081-0/+235