summaryrefslogtreecommitdiff
path: root/testtools/matchers/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Export AnyMatch properly.Robert Collins2013-11-241-0/+2
| | | | Change-Id: Ia8de6660799387787dc7a2dfb7d3d7a6f6724b55
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-241-0/+2
| | | | (Robert Collins)
* * New matcher ``MatchesPredicateWithParams`` make it still easier to createRobert Collins2013-01-241-0/+2
| | | | adhoc matchers. (Robert Collins)
* 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
_core and expose them all from the package's __init__. No reason to it yet, just enough to make the tests pass.