summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Nicer linksJonathan Lange2016-01-091-7/+7
* | | | | Link to Twisted API docsJonathan Lange2016-01-091-1/+5
* | | | | More todosJonathan Lange2016-01-091-0/+4
* | | | | Documentation with examplesJonathan Lange2016-01-091-11/+73
* | | | | Pass the Deferred to the handlersJonathan Lange2016-01-091-19/+19
* | | | | Docstring formattingJonathan Lange2016-01-091-3/+1
* | | | | Use _on_deferred_result in _NoResultJonathan Lange2016-01-091-14/+12
* | | | | Make _on_deferred_result transparent to DeferredJonathan Lange2016-01-091-4/+24
* | | | | Extract common Deferred logicJonathan Lange2016-01-081-46/+90
* | | | | Use same error messages as TwistedJonathan Lange2016-01-082-16/+18
* | | | | Matcher for Deferreds that have failedJonathan Lange2016-01-072-3/+85
* | | | | TODOs & XXXsJonathan Lange2016-01-061-1/+12
* | | | | successResultOf equivalentJonathan Lange2016-01-062-6/+114
* | | | | Docstring formattingJonathan Lange2016-01-011-3/+1
* | | | | DocstringJonathan Lange2016-01-011-0/+1
* | | | | Move formatting to exceptionJonathan Lange2015-12-301-1/+5
* | | | | Extract `extract_result`Jonathan Lange2015-12-306-57/+84
* | | | | Matcher for no resultJonathan Lange2015-12-303-1/+148
|/ / / /
* | | | Actually use `skipException`.Jonathan Lange2015-12-261-1/+1
* | | | Suppress skip traceback based on skipExceptionJonathan Lange2015-12-242-2/+13
* | | | Merge pull request #187 from jml/duplicate-id-collectionJonathan Lange2015-12-232-30/+51
|\ \ \ \
| * | | | Actually use pformat in errorsJonathan Lange2015-12-231-3/+4
| * | | | Deterministic testJonathan Lange2015-12-231-4/+4
| * | | | Factor out countingJonathan Lange2015-12-222-16/+29
| * | | | ids has no apostropheJonathan Lange2015-12-221-4/+6
| * | | | LintJonathan Lange2015-12-221-11/+10
| * | | | Collect all duplicate test id's before raiseThomas Bechtold2015-12-221-5/+11
| | |_|/ | |/| |
* | | | Merge pull request #185 from jml/assert_raises_regexpJonathan Lange2015-12-231-0/+20
|\ \ \ \
| * \ \ \ Merge branch 'master' into assert_raises_regexpJonathan Lange2015-12-239-58/+134
| |\ \ \ \
| * | | | | Don't need our own assertRaisesRegexp.Jonathan Lange2015-12-212-12/+0
| * | | | | Clarify the testsJonathan Lange2015-12-211-6/+8
| * | | | | Add assertRaisesRegexp method.Julia Varlamova2015-12-212-0/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #183 from jml/deprecate-skipJonathan Lange2015-12-231-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into deprecate-skipJonathan Lange2015-12-239-58/+134
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Deprecate TestCase.skipJonathan Lange2015-12-211-3/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #184 from jml/document-evaluation-801031Jonathan Lange2015-12-231-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Document early evaluation of detailsJonathan Lange2015-12-211-0/+3
| |/ / /
* | | | Deprecate _BinaryMismatch.{expected,observed}Jonathan Lange2015-12-211-2/+11
* | | | Make sure reference and actual alignJonathan Lange2015-12-213-27/+91
* | | | Put expected on the right for binary mismatchJonathan Lange2015-12-219-35/+38
|/ / /
* | | Merge pull request #173 from jml/better-matches-listwiseJonathan Lange2015-12-191-3/+3
|\ \ \
| * | | Better error message for MatchesListwiseJonathan Lange2015-12-071-3/+3
| | |/ | |/|
* | | API docs for deferredruntestJonathan Lange2015-12-091-17/+46
* | | Remove scare warnings from deferredruntestJonathan Lange2015-12-081-18/+11
|/ /
* | Merge pull request #158 from jml/extract-test-recordJonathan Lange2015-11-182-81/+300
|\ \
| * | Hide TestRecord and StreamToTestRecordJonathan Lange2015-11-121-20/+20
| * | Old-fashioned set syntaxJonathan Lange2015-11-091-2/+2
| * | Abstract text_or_bytesJonathan Lange2015-11-092-6/+9
| * | Change PRecord to PClassJonathan Lange2015-11-091-2/+2
| * | Move test_dict_to_case near StreamToDictJonathan Lange2015-11-091-15/+15