Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | 2022-02-07 | 1 | -10/+10 |
| | |||||
* | Merge branch 'master' into public_samemembers | Matthew Treinish | 2021-03-08 | 1 | -27/+24 |
|\ | |||||
| * | Upgrade Python syntax with pyupgrade --py3-plus | Hugo | 2020-01-18 | 1 | -5/+5 |
| | | |||||
| * | Remove redundant Python 2 compatability code | Hugo | 2020-01-18 | 1 | -5/+2 |
| | | |||||
| * | Upgrade Python syntax with pyupgrade | Hugo | 2020-01-18 | 1 | -17/+17 |
| | | |||||
* | | Publicly expose the SameMembers matcher | Julian Edwards | 2019-09-19 | 1 | -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 Lange | 2015-12-21 | 1 | -2/+11 |
| | |||||
* | Make sure reference and actual align | Jonathan Lange | 2015-12-21 | 1 | -9/+45 |
| | |||||
* | Put expected on the right for binary mismatch | Jonathan Lange | 2015-12-21 | 1 | -3/+3 |
| | |||||
* | * New matcher ``HasLength`` for matching the length of a collection. | Robert Collins | 2013-01-24 | 1 | -1/+12 |
| | | | | (Robert Collins) | ||||
* | Rename core to impl | Jonathan Lange | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Move MatchesRegex to _basic. | Jonathan Lange | 2012-09-08 | 1 | -0/+32 |
| | |||||
* | Massive split | Jonathan Lange | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Move basic matchers into separate module. | Jonathan Lange | 2012-09-08 | 1 | -0/+283 |