index
:
delta/python-packages/testtools.git
dont-run-sphinx-on-3.3
gh-pages
interfaces
json-text
master
mypy
readthedocs-twisted
remove-test-dependency-on-twisted-13
resourced-to-stream-decorator
typo-flexability
github.com: testing-cabal/testtools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testtools
/
matchers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade Python syntax with pyupgrade --py36-plus
Hugo van Kemenade
2022-02-07
9
-32
/
+32
*
Fix docstring formatting warnings.
Jelmer Vernooij
2022-01-24
1
-7
/
+6
*
Merge branch 'master' into public_samemembers
Matthew Treinish
2021-03-08
10
-119
/
+95
|
\
|
*
Merge branch 'master' into master
Matthew Treinish
2020-12-02
10
-117
/
+93
|
|
\
|
|
*
Upgrade Python syntax with pyupgrade --py3-plus
Hugo
2020-01-18
9
-35
/
+35
|
|
*
Remove redundant Python 2 compatability code
Hugo
2020-01-18
5
-31
/
+7
|
|
*
Upgrade Python syntax with pyupgrade
Hugo
2020-01-18
8
-52
/
+52
|
*
|
Update _warnings.py
pvinci
2019-11-10
1
-2
/
+2
|
|
/
*
|
Publicly expose the SameMembers matcher
Julian Edwards
2019-09-19
2
-0
/
+3
|
/
*
Spelling fixes (#261)
Ville Skyttä
2017-05-29
1
-1
/
+1
*
Python 3.6 invalid escape sequence deprecation fixes (#262)
Ville Skyttä
2017-05-29
1
-1
/
+1
*
Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)
Gavin Panella
2017-03-17
1
-7
/
+9
*
Add matchers for detecting emitted warnings.
Jonathan Jacobs
2016-03-16
2
-0
/
+117
*
Add Always & Never matchers.
Jonathan Lange
2016-02-07
2
-0
/
+64
*
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
2
-5
/
+5
*
Better error message for MatchesListwise
Jonathan Lange
2015-12-07
1
-3
/
+3
*
Use explanatory functions for gnarly exception handling logic.
Daniel Watkins
2013-12-04
1
-4
/
+12
*
Use super correctly.
Daniel Watkins
2013-12-04
1
-1
/
+1
*
Remove and relocate some now un-needed compatibility functions.
Daniel Watkins
2013-12-03
1
-4
/
+6
*
Remove trailing whitespace.
Daniel Watkins
2013-12-03
1
-1
/
+1
*
Use proper super call in MismatchError.
Daniel Watkins
2013-12-03
1
-3
/
+1
*
Export AnyMatch properly.
Robert Collins
2013-11-24
2
-0
/
+3
*
Fix a KeysEqual bug.
Xiao Hanyu
2013-10-13
1
-1
/
+1
*
Fix assertRaises when the exception has a metaclass
Nikola Dipanov
2013-03-26
1
-1
/
+3
*
Be clear on when HasLength passes or fails
Jonathan Lange
2013-01-26
1
-0
/
+1
*
Code quote *args and **kwargs
Jonathan Lange
2013-01-26
1
-4
/
+5
*
* New matcher ``HasLength`` for matching the length of a collection.
Robert Collins
2013-01-24
3
-6
/
+31
*
* New matcher ``MatchesPredicateWithParams`` make it still easier to create
Robert Collins
2013-01-24
2
-0
/
+66
*
New matcher: AnyMatch.
Jonathan Lange
2012-12-13
1
-0
/
+20
*
Re-expose DirContains.
Jonathan Lange
2012-10-25
1
-0
/
+2
*
Expose dict matchers.
Jonathan Lange
2012-10-25
1
-0
/
+6
*
Fix all of the cosmetic Python 3.3 failures.
Jonathan Lange
2012-10-19
1
-3
/
+2
*
Rename core to impl
Jonathan Lange
2012-09-10
9
-12
/
+12
*
More __all__ stuff.
Jonathan Lange
2012-09-08
1
-2
/
+4
*
Clear out __init__
Jonathan Lange
2012-09-08
1
-26
/
+2
*
Move MatchesPredicate to _higherorder.
Jonathan Lange
2012-09-08
4
-38
/
+38
*
Move MatchesRegex to _basic.
Jonathan Lange
2012-09-08
4
-34
/
+34
*
Massive split
Jonathan Lange
2012-09-08
9
-916
/
+987
*
Move basic matchers into separate module.
Jonathan Lange
2012-09-08
4
-281
/
+308
*
Notes
Jonathan Lange
2012-09-08
1
-1
/
+2
*
Move the filesystem matchers out.
Jonathan Lange
2012-09-08
3
-184
/
+203
*
TODOs
Jonathan Lange
2012-09-01
1
-0
/
+6
*
Create a package for matchers, move all of the existing matchers into
Jonathan Lange
2012-09-01
2
-0
/
+1670