summaryrefslogtreecommitdiff
path: root/testtools/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Support TestResults without stop/shouldStopJonathan Lange2016-02-041-15/+27
* Stop using deprecated `skip()` internallyJonathan Lange2016-02-041-22/+57
* Options for logging in AsynchronousDeferredRunTestJonathan Lange2016-02-031-23/+38
* Twisted tests now pass under --debug-stacktracesJonathan Lange2016-01-301-0/+13
* Decouple log handling from Deferred wranglingJonathan Lange2016-01-291-0/+185
* Longer timeout not necessaryJonathan Lange2016-01-221-1/+1
* Handle case where Deferred fires after timeoutJonathan Lange2016-01-221-0/+33
* Lint & copyrightJonathan Lange2016-01-221-7/+11
* NO_RESULT -> has_no_resultJonathan Lange2016-01-131-8/+8
* Rename `successful` to `succeeded`Jonathan Lange2016-01-121-5/+5
* Conditionally import matchersJonathan Lange2016-01-101-5/+5
* New module for twisted support codeJonathan Lange2016-01-102-6/+6
* Make no_result a constantJonathan Lange2016-01-101-8/+8
* Merge branch 'master' into deferred-matchersJonathan Lange2016-01-105-181/+582
|\
| * Merge pull request #165 from jml/rerun-testJonathan Lange2016-01-105-180/+569
| |\
| | * Review tweaksJonathan Lange2016-01-102-8/+16
| | * Merge branch 'master' into rerun-testJonathan Lange2015-12-297-52/+125
| | |\
| | * | Clarify some thingsJonathan Lange2015-12-071-4/+7
| | * | Rewrite patch tests using make_test_caseJonathan Lange2015-12-071-23/+46
| | * | `throw` helperJonathan Lange2015-12-072-7/+11
| | * | Rewrite addCleanup tests in terms of make_test_caseJonathan Lange2015-12-071-110/+168
| | * | Use method for value, to avoid `self` weirdnessJonathan Lange2015-12-071-1/+1
| | * | Move useful matchers to helper moduleJonathan Lange2015-12-072-42/+49
| | * | No need for special caseJonathan Lange2015-12-042-41/+5
| | * | Get pre_set_up & post_tear_down from scenarioJonathan Lange2015-12-041-4/+8
| | * | Spell setUp consistentlyJonathan Lange2015-12-041-8/+8
| | * | Allow pre setUp & post tearDown to be setJonathan Lange2015-12-041-3/+14
| | * | Complete suite of testsJonathan Lange2015-12-041-4/+17
| | * | Encapsulate constructionJonathan Lange2015-12-042-6/+7
| | * | Start to use generated behaviorsJonathan Lange2015-12-042-22/+65
| | * | Wrap the constructor, hide the class.Jonathan Lange2015-12-041-24/+33
| | * | Handle more test bodiesJonathan Lange2015-12-041-1/+22
| | * | Begin implementing full matrixJonathan Lange2015-12-041-10/+59
| | * | Easy review commentsJonathan Lange2015-12-041-1/+2
| | * | Non-deterministic test caseJonathan Lange2015-11-302-2/+99
| | * | Rename all_sample_cases_scenarios to deterministic_sample_cases_scenariosJonathan Lange2015-11-302-4/+4
| | * | Treat tear down failure as a scenarioJonathan Lange2015-11-302-28/+12
| | * | Begin to write scenario-based testsJonathan Lange2015-11-272-10/+44
| | * | Split run twice tests to separate caseJonathan Lange2015-11-271-0/+9
| | * | Acquire testscenarios as a dependencyJonathan Lange2015-11-271-2/+4
| | |\ \
| | * | | Handle failure in tearDownJonathan Lange2015-11-181-0/+30
| | * | | Test _run_teardown, rather than tearDownJonathan Lange2015-11-171-2/+2
| | * | | Allow tests to be run twiceJonathan Lange2015-11-161-0/+12
| | * | | Don't use private APIsJonathan Lange2015-11-161-2/+6
| * | | | expectThat works under AsynchronousDeferredRunTestJonathan Lange2016-01-091-1/+13
| | |_|/ | |/| |
* | | | Correct string literal syntaxJonathan Lange2016-01-091-2/+3
* | | | Use same error messages as TwistedJonathan Lange2016-01-081-3/+7
* | | | Matcher for Deferreds that have failedJonathan Lange2016-01-071-2/+49
* | | | successResultOf equivalentJonathan Lange2016-01-061-3/+52
* | | | Docstring formattingJonathan Lange2016-01-011-3/+1