summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
...
* NO_RESULT -> has_no_resultJonathan Lange2016-01-133-29/+33
* Make twistedsupport a packageJonathan Lange2016-01-121-2/+2
* Rename `successful` to `succeeded`Jonathan Lange2016-01-123-17/+12
* Conditionally import matchersJonathan Lange2016-01-101-5/+5
* New module for twisted support codeJonathan Lange2016-01-104-7/+55
* Minor documentation tweaksJonathan Lange2016-01-101-1/+1
* Make no_result a constantJonathan Lange2016-01-102-29/+27
* Style & documentation tweaks from reviewJonathan Lange2016-01-102-12/+12
* Merge branch 'master' into deferred-matchersJonathan Lange2016-01-107-192/+605
|\
| * Merge pull request #165 from jml/rerun-testJonathan Lange2016-01-106-190/+584
| |\
| | * Review tweaksJonathan Lange2016-01-102-8/+16
| | * Merge branch 'master' into rerun-testJonathan Lange2015-12-2911-93/+228
| | |\
| | * \ Merge branch 'master' into rerun-testJonathan Lange2015-12-222-32/+54
| | |\ \
| | * | | Clarify some thingsJonathan Lange2015-12-071-4/+7
| | * | | Move _cleanups reset to _resetJonathan Lange2015-12-071-1/+1
| | * | | 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
| | * | | Move unique_id_gen to resetJonathan Lange2015-12-041-1/+1
| | * | | Clean up commentsJonathan Lange2015-12-041-5/+2
| | * | | 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-042-2/+5
| | * | | Non-deterministic test caseJonathan Lange2015-11-302-2/+99
| | * | | Simplify cleanup codeJonathan Lange2015-11-301-13/+10
| | * | | 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-273-15/+55
| | * | | Split run twice tests to separate caseJonathan Lange2015-11-271-0/+9
| | * | | Acquire testscenarios as a dependencyJonathan Lange2015-11-273-83/+304
| | |\ \ \
| | * | | | Handle failure in tearDownJonathan Lange2015-11-182-12/+43
| | * | | | Test _run_teardown, rather than tearDownJonathan Lange2015-11-171-2/+2
| | * | | | Allow tests to be run twiceJonathan Lange2015-11-162-0/+14
| | * | | | Don't use private APIsJonathan Lange2015-11-161-2/+6
| * | | | | Import extract_result from correct locationJonathan Lange2016-01-091-1/+1
| * | | | | expectThat works under AsynchronousDeferredRunTestJonathan Lange2016-01-092-3/+22
| | |_|_|/ | |/| | |
* | | | | Correct string literal syntaxJonathan Lange2016-01-091-2/+3
* | | | | Avoid .formatJonathan Lange2016-01-091-3/+3
* | | | | Give up on some TODOsJonathan Lange2016-01-091-5/+0
* | | | | Move non-matcher code to _deferredJonathan Lange2016-01-092-80/+81