summaryrefslogtreecommitdiff
path: root/testtools/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix distutilscmd in Debian + Py 3.11Thomas Goirand2022-12-271-2/+2
* Prevent AttributeError in TestCase.__eq__Tim Burke2022-11-041-0/+5
* Making sure that TestCase can be hashedBen Beecher2022-07-011-0/+4
* Fix various test failures with Python 3.11Colin Watson2022-07-013-13/+16
* Merge branch 'master' into rm-3.5Hugo van Kemenade2022-06-066-17/+17
|\
| * Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-046-8/+8
| * Replace deprecated assertRaisesRegexp with assertRaisesRegexHugo van Kemenade2022-06-041-10/+10
* | Merge branch 'master' into rm-3.5Hugo van Kemenade2022-05-043-9/+13
|\ \ | |/
| * Upgrade asserts with teyit for Python 3.11 compatibilityHugo van Kemenade2022-02-073-33/+37
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-079-48/+47
|/
* Add support for Python 3.10Jürgen Gmach2021-10-141-1/+4
* Fix for Python 3.10Hugo van Kemenade2021-06-261-0/+2
* Fix tests with Python 3.10Cyril Roelandt2021-03-191-1/+1
* trivial: Cleanup importsStephen Finucane2021-02-259-28/+18
* Re-introduce 'try_imports'Stephen Finucane2021-02-2510-10/+10
* Remove use of 'try_imports'Stephen Finucane2021-02-252-8/+8
* Remove use of 'safe_hasattr'Stephen Finucane2021-02-252-7/+2
* Merge remote-tracking branch 'origin/master' into remove-unittest2Matthew Treinish2020-07-081-0/+3
|\
| * Fix syntax error test for Python 3.9Michel Alexandre Salim2020-05-161-0/+3
* | Merge branch 'master' into remove-unittest2Matthew Treinish2020-04-0429-478/+475
|\ \ | |/
| * Merge branch 'master' into rm-2Hugo van Kemenade2020-03-191-0/+87
| |\
| | * Merge branch 'master' into skip-classZane Bitter2020-01-142-9/+15
| | |\
| | * | Allow skip/skipIf/skipUnless as class decoratorsZane Bitter2018-11-191-0/+65
| | * | Get rid of Python 2.4 support from skip decoratorZane Bitter2018-11-191-0/+22
| * | | Drop support for EOL Python 2.7Hugo2020-01-181-7/+2
| * | | Remove sixHugo2020-01-181-2/+0
| * | | Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-1820-98/+98
| * | | Remove redundant Python 2 compatability codeHugo2020-01-1815-230/+148
| * | | Upgrade Python syntax with pyupgradeHugo2020-01-1816-152/+151
| | |/ | |/|
* | | Merge branch 'master' into remove-unittest2Jelmer Vernooij2019-11-282-9/+15
|\ \ \ | |/ /
| * | Extra space expected in PyPy outputHugo2019-11-251-1/+6
| * | Don't use eval()Ross Burton2018-11-221-8/+9
| |/
* | Remove unittest2 usage from testtoolsMatthew Treinish2019-05-035-12/+11
|/
* Fix the tests on Python 3.7Miro Hrončok2018-05-171-2/+9
* Drop support for EOL Python 3.3Hugo2018-05-031-1/+1
* Remove old Python 2.6 codehugovk2018-01-091-11/+0
* Spelling fixes (#261)Ville Skyttä2017-05-292-7/+7
* Python 3.6 invalid escape sequence deprecation fixes (#262)Ville Skyttä2017-05-293-10/+10
* Add ResourcedToStreamDecorator test result decorator for testresources integr...Free Ekanayaka2017-04-111-2/+75
* Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)Gavin Panella2017-03-171-0/+24
* Don't add file details without content (#252)Thomas Hervé2017-02-081-0/+12
* Make twistedsupport and tests work on Python 3remove-test-dependency-on-twisted-13Free Ekanayaka2016-11-261-3/+3
* Add matchers for detecting emitted warnings.Jonathan Jacobs2016-03-162-0/+205
* Add unique_text_generatorBrant Knudson2016-02-291-1/+48
* Become compatible with newer Fixtures _setUp() API.Julian Edwards2016-02-151-2/+38
* Better handling of KeyboardInterruptJonathan Lange2016-02-141-4/+4
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-077-36/+65
* Revert "Move all Twisted code to twistedsupport package"Jonathan Lange2016-02-077-59/+36
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-077-36/+59
* Add Always & Never matchers.Jonathan Lange2016-02-072-0/+33