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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
Add implementation for legacy assertItemsEqual existing in unittest2 library
Federico Ressi
2020-07-09
1
-0
/
+15
|
*
|
|
|
|
|
Do actually remove all references to unittest2 library
Federico Ressi
2020-07-09
8
-28
/
+16
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Fix syntax error test for Python 3.9
Michel Alexandre Salim
2020-05-16
1
-0
/
+3
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'master' into rm-2
Hugo van Kemenade
2020-03-19
3
-12
/
+105
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch 'master' into skip-class
Zane Bitter
2020-01-14
3
-11
/
+21
|
|
|
\
\
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
Allow skip/skipIf/skipUnless as class decorators
Zane Bitter
2018-11-19
3
-6
/
+81
|
|
*
|
|
|
Get rid of Python 2.4 support from skip decorator
Zane Bitter
2018-11-19
2
-10
/
+28
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Drop support for EOL Python 2.7
Hugo
2020-01-18
1
-7
/
+2
|
*
|
|
|
Remove six
Hugo
2020-01-18
3
-6
/
+1
|
*
|
|
|
Upgrade Python syntax with pyupgrade --py3-plus
Hugo
2020-01-18
44
-267
/
+254
|
*
|
|
|
Remove redundant Python 2 compatability code
Hugo
2020-01-18
29
-447
/
+216
|
*
|
|
|
Upgrade Python syntax with pyupgrade
Hugo
2020-01-18
34
-240
/
+239
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Extra space expected in PyPy output
Hugo
2019-11-25
1
-1
/
+6
|
*
|
|
Merge pull request #276 from rossburton/eval
Jelmer Vernooij
2019-11-25
1
-8
/
+9
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Don't use eval()
Ross Burton
2018-11-22
1
-8
/
+9
|
|
|
/
*
|
|
Publicly expose the SameMembers matcher
Julian Edwards
2019-09-19
2
-0
/
+3
|
/
/
*
|
PyCharm IDE unittest detection compatibility fix
Adam Harwell
2019-06-19
1
-2
/
+6
|
/
*
Fix the tests on Python 3.7
Miro Hrončok
2018-05-17
1
-2
/
+9
*
Drop support for EOL Python 3.3
Hugo
2018-05-03
1
-1
/
+1
*
Remove old Python 2.6 code
hugovk
2018-01-09
2
-22
/
+2
*
Spelling fixes (#261)
Ville Skyttä
2017-05-29
7
-15
/
+15
*
Python 3.6 invalid escape sequence deprecation fixes (#262)
Ville Skyttä
2017-05-29
5
-12
/
+12
*
Add ResourcedToStreamDecorator test result decorator for testresources integr...
Free Ekanayaka
2017-04-11
5
-8
/
+147
*
Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)
Gavin Panella
2017-03-17
2
-7
/
+33
*
Add testtools.assertions to the documented API modules (#257)
Free Ekanayaka
2017-02-25
1
-0
/
+4
*
Don't add file details without content (#252)
Thomas Hervé
2017-02-08
2
-1
/
+13
*
Make twistedsupport and tests work on Python 3
remove-test-dependency-on-twisted-13
Free Ekanayaka
2016-11-26
2
-8
/
+34
*
Unbreak fixtures test suite / use of gather_details
Robert Collins
2016-05-19
1
-1
/
+6
*
UTF-8 encode Twisted logs (allenap)
Jonathan Lange
2016-04-30
1
-2
/
+2
*
Use inlineCallbacks instead of deferredGenerator
Jonathan Lange
2016-04-27
1
-5
/
+4
*
Add matchers for detecting emitted warnings.
Jonathan Jacobs
2016-03-16
4
-0
/
+322
*
Revert usage of pyrsistent
Thomas Herve
2016-03-04
1
-29
/
+34
*
Add unique_text_generator
Brant Knudson
2016-02-29
3
-1
/
+90
*
Become compatible with newer Fixtures _setUp() API.
Julian Edwards
2016-02-15
2
-4
/
+56
*
Better handling of KeyboardInterrupt
Jonathan Lange
2016-02-14
2
-5
/
+7
*
Fix example in docstring for `failed`
Jonathan Lange
2016-02-14
1
-1
/
+2
*
Move all Twisted code to twistedsupport package
Jonathan Lange
2016-02-07
14
-569
/
+625
*
Revert "Move all Twisted code to twistedsupport package"
Jonathan Lange
2016-02-07
14
-619
/
+569
*
Move all Twisted code to twistedsupport package
Jonathan Lange
2016-02-07
14
-569
/
+619
*
Add Always & Never matchers.
Jonathan Lange
2016-02-07
4
-0
/
+97
*
Support TestResults without stop/shouldStop
Jonathan Lange
2016-02-04
3
-29
/
+97
*
Stop using deprecated `skip()` internally
Jonathan Lange
2016-02-04
2
-31
/
+72
*
Options for logging in AsynchronousDeferredRunTest
Jonathan Lange
2016-02-03
3
-36
/
+88
*
Twisted tests now pass under --debug-stacktraces
Jonathan Lange
2016-01-30
3
-9
/
+41
*
Decouple log handling from Deferred wrangling
Jonathan Lange
2016-01-29
2
-51
/
+332
*
Fix typo: flexability
typo-flexability
Leo Arias
2016-01-27
1
-1
/
+1
*
Longer timeout not necessary
Jonathan Lange
2016-01-22
1
-1
/
+1
*
Handle case where Deferred fires after timeout
Jonathan Lange
2016-01-22
2
-1
/
+39
*
Explicitly separate fake stop method.
Jonathan Lange
2016-01-22
1
-2
/
+14
*
Lint & copyright
Jonathan Lange
2016-01-22
2
-8
/
+12
[prev]
[next]