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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix distutilscmd in Debian + Py 3.11
Thomas Goirand
2022-12-27
1
-2
/
+2
*
Prevent AttributeError in TestCase.__eq__
Tim Burke
2022-11-04
1
-0
/
+5
*
Making sure that TestCase can be hashed
Ben Beecher
2022-07-01
1
-0
/
+4
*
Fix various test failures with Python 3.11
Colin Watson
2022-07-01
3
-13
/
+16
*
Merge branch 'master' into rm-3.5
Hugo van Kemenade
2022-06-06
6
-17
/
+17
|
\
|
*
Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.
Hugo van Kemenade
2022-06-04
6
-8
/
+8
|
*
Replace deprecated assertRaisesRegexp with assertRaisesRegex
Hugo van Kemenade
2022-06-04
1
-10
/
+10
*
|
Merge branch 'master' into rm-3.5
Hugo van Kemenade
2022-05-04
3
-9
/
+13
|
\
\
|
|
/
|
*
Upgrade asserts with teyit for Python 3.11 compatibility
Hugo van Kemenade
2022-02-07
3
-33
/
+37
*
|
Upgrade Python syntax with pyupgrade --py36-plus
Hugo van Kemenade
2022-02-07
9
-48
/
+47
|
/
*
Add support for Python 3.10
Jürgen Gmach
2021-10-14
1
-1
/
+4
*
Fix for Python 3.10
Hugo van Kemenade
2021-06-26
1
-0
/
+2
*
Fix tests with Python 3.10
Cyril Roelandt
2021-03-19
1
-1
/
+1
*
trivial: Cleanup imports
Stephen Finucane
2021-02-25
9
-28
/
+18
*
Re-introduce 'try_imports'
Stephen Finucane
2021-02-25
10
-10
/
+10
*
Remove use of 'try_imports'
Stephen Finucane
2021-02-25
2
-8
/
+8
*
Remove use of 'safe_hasattr'
Stephen Finucane
2021-02-25
2
-7
/
+2
*
Merge remote-tracking branch 'origin/master' into remove-unittest2
Matthew Treinish
2020-07-08
1
-0
/
+3
|
\
|
*
Fix syntax error test for Python 3.9
Michel Alexandre Salim
2020-05-16
1
-0
/
+3
*
|
Merge branch 'master' into remove-unittest2
Matthew Treinish
2020-04-04
29
-478
/
+475
|
\
\
|
|
/
|
*
Merge branch 'master' into rm-2
Hugo van Kemenade
2020-03-19
1
-0
/
+87
|
|
\
|
|
*
Merge branch 'master' into skip-class
Zane Bitter
2020-01-14
2
-9
/
+15
|
|
|
\
|
|
*
|
Allow skip/skipIf/skipUnless as class decorators
Zane Bitter
2018-11-19
1
-0
/
+65
|
|
*
|
Get rid of Python 2.4 support from skip decorator
Zane Bitter
2018-11-19
1
-0
/
+22
|
*
|
|
Drop support for EOL Python 2.7
Hugo
2020-01-18
1
-7
/
+2
|
*
|
|
Remove six
Hugo
2020-01-18
1
-2
/
+0
|
*
|
|
Upgrade Python syntax with pyupgrade --py3-plus
Hugo
2020-01-18
20
-98
/
+98
|
*
|
|
Remove redundant Python 2 compatability code
Hugo
2020-01-18
15
-230
/
+148
|
*
|
|
Upgrade Python syntax with pyupgrade
Hugo
2020-01-18
16
-152
/
+151
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into remove-unittest2
Jelmer Vernooij
2019-11-28
2
-9
/
+15
|
\
\
\
|
|
/
/
|
*
|
Extra space expected in PyPy output
Hugo
2019-11-25
1
-1
/
+6
|
*
|
Don't use eval()
Ross Burton
2018-11-22
1
-8
/
+9
|
|
/
*
|
Remove unittest2 usage from testtools
Matthew Treinish
2019-05-03
5
-12
/
+11
|
/
*
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
1
-11
/
+0
*
Spelling fixes (#261)
Ville Skyttä
2017-05-29
2
-7
/
+7
*
Python 3.6 invalid escape sequence deprecation fixes (#262)
Ville Skyttä
2017-05-29
3
-10
/
+10
*
Add ResourcedToStreamDecorator test result decorator for testresources integr...
Free Ekanayaka
2017-04-11
1
-2
/
+75
*
Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)
Gavin Panella
2017-03-17
1
-0
/
+24
*
Don't add file details without content (#252)
Thomas Hervé
2017-02-08
1
-0
/
+12
*
Make twistedsupport and tests work on Python 3
remove-test-dependency-on-twisted-13
Free Ekanayaka
2016-11-26
1
-3
/
+3
*
Add matchers for detecting emitted warnings.
Jonathan Jacobs
2016-03-16
2
-0
/
+205
*
Add unique_text_generator
Brant Knudson
2016-02-29
1
-1
/
+48
*
Become compatible with newer Fixtures _setUp() API.
Julian Edwards
2016-02-15
1
-2
/
+38
*
Better handling of KeyboardInterrupt
Jonathan Lange
2016-02-14
1
-4
/
+4
*
Move all Twisted code to twistedsupport package
Jonathan Lange
2016-02-07
7
-36
/
+65
*
Revert "Move all Twisted code to twistedsupport package"
Jonathan Lange
2016-02-07
7
-59
/
+36
*
Move all Twisted code to twistedsupport package
Jonathan Lange
2016-02-07
7
-36
/
+59
*
Add Always & Never matchers.
Jonathan Lange
2016-02-07
2
-0
/
+33
[next]