summaryrefslogtreecommitdiff
path: root/testtools/matchers/_basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-10/+10
|
* Merge branch 'master' into public_samemembersMatthew Treinish2021-03-081-27/+24
|\
| * Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-5/+5
| |
| * Remove redundant Python 2 compatability codeHugo2020-01-181-5/+2
| |
| * Upgrade Python syntax with pyupgradeHugo2020-01-181-17/+17
| |
* | Publicly expose the SameMembers matcherJulian Edwards2019-09-191-0/+1
|/ | | | | | | This is a useful matcher that is not currently exposed in the public matchers module from its 'private' _basic.py module. I'm sure this was just an oversight by the original author, so this change exposes it properly in matchers.py.
* Deprecate _BinaryMismatch.{expected,observed}Jonathan Lange2015-12-211-2/+11
|
* Make sure reference and actual alignJonathan Lange2015-12-211-9/+45
|
* Put expected on the right for binary mismatchJonathan Lange2015-12-211-3/+3
|
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-241-1/+12
| | | | (Robert Collins)
* Rename core to implJonathan Lange2012-09-101-2/+2
|
* Move MatchesRegex to _basic.Jonathan Lange2012-09-081-0/+32
|
* Massive split Jonathan Lange2012-09-081-1/+1
|
* Move basic matchers into separate module.Jonathan Lange2012-09-081-0/+283