summaryrefslogtreecommitdiff
path: root/testtools/tests/matchers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rm-3.5Hugo van Kemenade2022-06-061-1/+1
|\
| * Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-041-1/+1
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-074-14/+14
|/
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-183-3/+3
* Remove redundant Python 2 compatability codeHugo2020-01-185-49/+29
* Upgrade Python syntax with pyupgradeHugo2020-01-187-34/+34
* Fix the tests on Python 3.7Miro Hrončok2018-05-171-2/+9
* Spelling fixes (#261)Ville Skyttä2017-05-291-4/+4
* Python 3.6 invalid escape sequence deprecation fixes (#262)Ville Skyttä2017-05-292-8/+8
* Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)Gavin Panella2017-03-171-0/+24
* Add matchers for detecting emitted warnings.Jonathan Jacobs2016-03-162-0/+205
* Add Always & Never matchers.Jonathan Lange2016-02-072-0/+33
* Make sure reference and actual alignJonathan Lange2015-12-211-16/+43
* Put expected on the right for binary mismatchJonathan Lange2015-12-215-25/+28
* We no longer need to handle Python 2.4's KeyboardInterrupt specially.Daniel Watkins2013-12-031-6/+1
* Fix a KeysEqual bug.Xiao Hanyu2013-10-131-1/+6
* Make test pass with PyPyJonathan Lange2013-02-221-1/+7
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-242-0/+18
* * New matcher ``MatchesPredicateWithParams`` make it still easier to createRobert Collins2013-01-241-0/+25
* New matcher: AnyMatch.Jonathan Lange2012-12-131-0/+33
* Fix all of the cosmetic Python 3.3 failures.Jonathan Lange2012-10-191-11/+16
* Rename core to implJonathan Lange2012-09-102-3/+3
* Add interface again.Jonathan Lange2012-09-081-0/+42
* Rationalize imports.Jonathan Lange2012-09-087-61/+20
* Clear out __init__Jonathan Lange2012-09-081-1/+3
* Move MatchesPredicate to _higherorder.Jonathan Lange2012-09-082-21/+21
* Move MatchesRegex to _basic.Jonathan Lange2012-09-082-28/+27
* Split up the tests.Jonathan Lange2012-09-087-783/+885
* FlakesJonathan Lange2012-09-081-2/+0
* Move filesystem tests.Jonathan Lange2012-09-083-228/+245
* Import all from basic.Jonathan Lange2012-09-081-1/+1
* Move the tests.Jonathan Lange2012-09-083-326/+350
* Move the filesystem matchers out.Jonathan Lange2012-09-081-0/+15
* Move the tests to match the module.Jonathan Lange2012-09-081-0/+1556