summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* CHANGESHEADtrunkRobert Collins2015-05-042-23/+22
| | | | | | ------- * Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins)
* 0.4Robert Collins2015-05-042-3/+4
| | | | | | | | | ~~~ IMPROVEMENTS ------------ * Python 3.2 support added. (Robert Collins)
* Release 0.3 (and fixup NEWS).Robert Collins2012-04-041-1/+1
|
* * ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can beRobert Collins2012-04-044-23/+46
|\ | | | | | | | | mixed into different unittest implementations more cleanly (e.g. unittest2). (James Polley, Robert Collins)
| * Rename TestWithScenarios as MixableTestWithScenariosJames Polley2012-03-033-4/+141
| | | | | | | | | | | | Define new class TestWithScenarios, which mixes MixableTestWithScenarios with unittest.TestCase If unittest2 is importable when running tests, a new class which mixes MixableTestWithScenarios with unittest2.TestCase is created and exercised.
* | * New function ``per_module_scenarios`` for tests that should be applied across Robert Collins2012-04-043-3/+59
|\ \ | |/ |/| | | | | multiple modules providing the same interface, some of which may not be available at run time. (Martin Pool, Robert Collins)
| * Add per_module_scenariosMartin Pool2010-12-092-2/+52
|/
* Merge a tweaked version of Martins load_tests and multiply_scenarios patch.Robert Collins2010-10-123-1/+129
|\
| * Add multiply_scenariosMartin Pool2010-10-122-0/+55
| |
| * Support both python2.7 and bzr load_tests argument listsMartin Pool2010-10-122-16/+37
| |
| * Add load_tests_apply_scenariosMartin Pool2010-10-122-0/+47
|/
* Merge patch from Ben Finney making tests with a shortDescription have that ↵Robert Collins2010-02-013-9/+47
|\ | | | | | | altered as well as the id.
| * Append scenario name to test case short description.Ben Finney2010-01-302-1/+26
| |
| * TestApplyScenarios: Use separate tests for distinct assertions.Ben Finney2010-01-301-8/+21
| |
* | Switch license to BSD / Apache-2.0 and do a 0.1 release.Robert Collins2009-12-196-90/+86
| |
* | Start running tests using testtools.Robert Collins2009-12-191-0/+3
|/
* Support debug() on TestWithScenarios.Robert Collins2009-03-082-2/+28
|
* Support countTestCases in TestWithScenarios.Robert Collins2009-03-082-0/+40
|
* Factor out all the individual components of generate_tests.Robert Collins2009-03-083-24/+95
|
* Write generate_scenarios.Robert Collins2009-03-085-7/+161
|
* TestWithScenarios.run now sets attributes too, and includes some docstring docs.Robert Collins2009-03-082-1/+41
|
* TestWithScenarios now honours the scenarios list as far as cloning and ↵Robert Collins2009-03-082-0/+46
| | | | renaming tests goes.
* Really test that TestWithScenarios succeeds with no scenarios.Robert Collins2009-03-081-2/+4
|
* Start on TestWithScenarios.Robert Collins2009-03-084-2/+72
|
* Write some fiction.Robert Collins2009-03-072-0/+78