summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add implementation for legacy assertItemsEqual existing in unittest2 libraryFederico Ressi2020-07-091-0/+15
| * | | | | | Do actually remove all references to unittest2 libraryFederico Ressi2020-07-098-28/+16
| | |_|_|/ / | |/| | | |
| * | | | | Fix syntax error test for Python 3.9Michel Alexandre Salim2020-05-161-0/+3
| | |_|/ / | |/| | |
| * | | | Merge branch 'master' into rm-2Hugo van Kemenade2020-03-193-12/+105
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into skip-classZane Bitter2020-01-143-11/+21
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Allow skip/skipIf/skipUnless as class decoratorsZane Bitter2018-11-193-6/+81
| | * | | | Get rid of Python 2.4 support from skip decoratorZane Bitter2018-11-192-10/+28
| | | |/ / | | |/| |
| * | | | Drop support for EOL Python 2.7Hugo2020-01-181-7/+2
| * | | | Remove sixHugo2020-01-183-6/+1
| * | | | Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-1844-267/+254
| * | | | Remove redundant Python 2 compatability codeHugo2020-01-1829-447/+216
| * | | | Upgrade Python syntax with pyupgradeHugo2020-01-1834-240/+239
| | |/ / | |/| |
| * | | Extra space expected in PyPy outputHugo2019-11-251-1/+6
| * | | Merge pull request #276 from rossburton/evalJelmer Vernooij2019-11-251-8/+9
| |\ \ \ | | |_|/ | |/| |
| | * | Don't use eval()Ross Burton2018-11-221-8/+9
| | |/
* | | Publicly expose the SameMembers matcherJulian Edwards2019-09-192-0/+3
|/ /
* | PyCharm IDE unittest detection compatibility fixAdam Harwell2019-06-191-2/+6
|/
* 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-092-22/+2
* Spelling fixes (#261)Ville Skyttä2017-05-297-15/+15
* Python 3.6 invalid escape sequence deprecation fixes (#262)Ville Skyttä2017-05-295-12/+12
* Add ResourcedToStreamDecorator test result decorator for testresources integr...Free Ekanayaka2017-04-115-8/+147
* Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)Gavin Panella2017-03-172-7/+33
* Add testtools.assertions to the documented API modules (#257)Free Ekanayaka2017-02-251-0/+4
* Don't add file details without content (#252)Thomas Hervé2017-02-082-1/+13
* Make twistedsupport and tests work on Python 3remove-test-dependency-on-twisted-13Free Ekanayaka2016-11-262-8/+34
* Unbreak fixtures test suite / use of gather_detailsRobert Collins2016-05-191-1/+6
* UTF-8 encode Twisted logs (allenap)Jonathan Lange2016-04-301-2/+2
* Use inlineCallbacks instead of deferredGeneratorJonathan Lange2016-04-271-5/+4
* Add matchers for detecting emitted warnings.Jonathan Jacobs2016-03-164-0/+322
* Revert usage of pyrsistentThomas Herve2016-03-041-29/+34
* Add unique_text_generatorBrant Knudson2016-02-293-1/+90
* Become compatible with newer Fixtures _setUp() API.Julian Edwards2016-02-152-4/+56
* Better handling of KeyboardInterruptJonathan Lange2016-02-142-5/+7
* Fix example in docstring for `failed`Jonathan Lange2016-02-141-1/+2
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-0714-569/+625
* Revert "Move all Twisted code to twistedsupport package"Jonathan Lange2016-02-0714-619/+569
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-0714-569/+619
* Add Always & Never matchers.Jonathan Lange2016-02-074-0/+97
* Support TestResults without stop/shouldStopJonathan Lange2016-02-043-29/+97
* Stop using deprecated `skip()` internallyJonathan Lange2016-02-042-31/+72
* Options for logging in AsynchronousDeferredRunTestJonathan Lange2016-02-033-36/+88
* Twisted tests now pass under --debug-stacktracesJonathan Lange2016-01-303-9/+41
* Decouple log handling from Deferred wranglingJonathan Lange2016-01-292-51/+332
* Fix typo: flexabilitytypo-flexabilityLeo Arias2016-01-271-1/+1
* Longer timeout not necessaryJonathan Lange2016-01-221-1/+1
* Handle case where Deferred fires after timeoutJonathan Lange2016-01-222-1/+39
* Explicitly separate fake stop method.Jonathan Lange2016-01-221-2/+14
* Lint & copyrightJonathan Lange2016-01-222-8/+12