summaryrefslogtreecommitdiff
path: root/testtools/tests/samplecases.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into rm-3.5Hugo van Kemenade2022-06-061-1/+1
|\
| * Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-041-1/+1
| |
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-2/+2
|/
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-5/+5
|
* Upgrade Python syntax with pyupgradeHugo2020-01-181-2/+2
|
* Clarify some thingsJonathan Lange2015-12-071-4/+7
|
* Use method for value, to avoid `self` weirdnessJonathan Lange2015-12-071-1/+1
|
* No need for special caseJonathan Lange2015-12-041-20/+4
|
* 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-041-0/+5
|
* Start to use generated behaviorsJonathan Lange2015-12-041-19/+40
|
* Wrap the constructor, hide the class.Jonathan Lange2015-12-041-24/+33
| | | | Export a function-only interface, ala End of Object Inheritance
* 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-301-0/+71
|
* Rename all_sample_cases_scenarios to deterministic_sample_cases_scenariosJonathan Lange2015-11-301-2/+2
|
* Treat tear down failure as a scenarioJonathan Lange2015-11-301-0/+12
|
* Begin to write scenario-based testsJonathan Lange2015-11-271-0/+31