summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add travis configuration.HEADmasterJelmer Vernooij2019-06-122-2/+17
|\
| * Add travis configuration.Jelmer Vernooij2019-06-122-2/+17
|/
* Release 0.5.0.5Robert Collins2015-05-042-2/+5
|
* Migrate to git.Robert Collins2015-05-0414-57/+71
| | | | | | - new source layout - use pbr for build goodness - setup wheel building
* CHANGESRobert Collins2015-05-044-24/+31
| | | | | | ------- * Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins)
* 0.4Robert Collins2015-05-046-20/+31
| | | | | | | | | ~~~ IMPROVEMENTS ------------ * Python 3.2 support added. (Robert Collins)
* Release 0.3 (and fixup NEWS).Robert Collins2012-04-043-8/+11
|
* * ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can beRobert Collins2012-04-045-23/+50
|\ | | | | | | | | 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-045-4/+97
|\ \ | |/ |/| | | | | 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-094-2/+87
|/
* Merge a tweaked version of Martins load_tests and multiply_scenarios patch.Robert Collins2010-10-125-1/+158
|\
| * Add multiply_scenariosMartin Pool2010-10-123-0/+68
| |
| * Support both python2.7 and bzr load_tests argument listsMartin Pool2010-10-122-16/+37
| |
| * Add load_tests_apply_scenariosMartin Pool2010-10-123-0/+60
|/
* Improve setup.py to setup pypi web pages better.Robert Collins2010-02-011-1/+15
|
* Merge patch from Ben Finney making tests with a shortDescription have that ↵Robert Collins2010-02-016-11/+56
|\ | | | | | | altered as well as the id.
| * Merge from ‘testscenarios.id_in_description’.Ben Finney2010-01-302-8/+46
| |\
| | * 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-1917-481/+426
| |
* | Dist everything via sdist.Robert Collins2009-12-192-0/+9
| |
* | Start running tests using testtools.Robert Collins2009-12-193-110/+5
|/
* Merge Martin Pools improvements to README, making it doctestable, more ReST ↵Robert Collins2009-03-116-62/+135
|\ | | | | | | compliant and a bit easier to read.
| * make check now runs doctests and they pass; documentation is therefore more ↵Martin Pool2009-03-095-53/+112
| | | | | | | | correct
| * Turn title into a ReST titleMartin Pool2009-03-091-2/+3
| |
| * Add a brief advice sectionMartin Pool2009-03-091-0/+7
| |
| * ReST correctionsMartin Pool2009-03-091-7/+12
|/
* NEWS update.Robert Collins2009-03-081-0/+6
|
* 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-084-24/+107
|
* 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-085-2/+80
|
* Add a HACKING file.Robert Collins2009-03-081-0/+29
|
* Write some fiction.Robert Collins2009-03-0711-0/+823