summaryrefslogtreecommitdiff
path: root/testtools/tests/matchers/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-8/+8
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-1/+1
* Remove redundant Python 2 compatability codeHugo2020-01-181-13/+12
* Upgrade Python syntax with pyupgradeHugo2020-01-181-20/+20
* Python 3.6 invalid escape sequence deprecation fixes (#262)Ville Skyttä2017-05-291-1/+1
* Make sure reference and actual alignJonathan Lange2015-12-211-16/+43
* Put expected on the right for binary mismatchJonathan Lange2015-12-211-6/+6
* Make test pass with PyPyJonathan Lange2013-02-221-1/+7
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-241-0/+16
* Rationalize imports.Jonathan Lange2012-09-081-2/+1
* Move MatchesRegex to _basic.Jonathan Lange2012-09-081-0/+27
* Import all from basic.Jonathan Lange2012-09-081-1/+1
* Move the tests.Jonathan Lange2012-09-081-0/+348