summaryrefslogtreecommitdiff
path: root/testtools/matchers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Export AnyMatch properly.Robert Collins2013-11-241-0/+2
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-241-0/+2
* * New matcher ``MatchesPredicateWithParams`` make it still easier to createRobert Collins2013-01-241-0/+2
* Re-expose DirContains.Jonathan Lange2012-10-251-0/+2
* Expose dict matchers.Jonathan Lange2012-10-251-0/+6
* Rename core to implJonathan Lange2012-09-101-1/+1
* Clear out __init__Jonathan Lange2012-09-081-26/+2
* Move MatchesPredicate to _higherorder.Jonathan Lange2012-09-081-4/+1
* Move MatchesRegex to _basic.Jonathan Lange2012-09-081-1/+1
* Massive split Jonathan Lange2012-09-081-23/+34
* Move basic matchers into separate module.Jonathan Lange2012-09-081-13/+18
* NotesJonathan Lange2012-09-081-1/+2
* Move the filesystem matchers out.Jonathan Lange2012-09-081-7/+12
* TODOsJonathan Lange2012-09-011-0/+6
* Create a package for matchers, move all of the existing matchers intoJonathan Lange2012-09-011-0/+104