lp:~julian+/testscenarios/testscenarios
Created by
Julian Berman
and last modified
- Get this branch:
- bzr branch lp:~julian+/testscenarios/testscenarios
Only
Julian Berman
can upload to this branch. If you are
Julian Berman
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp:~testtools-committers/testscenarios/trunk
- John Vandenberg (community): Needs Fixing
- testtools committers: Pending requested
-
Diff: 199 lines (+118/-2)5 files modifiedlib/testscenarios/__init__.py (+2/-0)
lib/testscenarios/scenarios.py (+52/-0)
lib/testscenarios/tests/test_scenarios.py (+61/-0)
lib/testscenarios/tests/test_testcase.py (+1/-1)
setup.py (+2/-1)
Branch information
Recent revisions
- 24. By Julian Berman <email address hidden>
-
Use dir directly to avoid inspect.getmembers issues on python2.6
- 22. By Julian Berman <email address hidden>
-
Add with_scenarios, generating test methods for each scenario.
- 20. By Robert Collins
-
* ``TestWithScena
rios`` is now backed by a mixin - WithScenarios - which can be
mixed into different unittest implementations more cleanly (e.g. unittest2).
(James Polley, Robert Collins) - 19. By Robert Collins
-
* New function ``per_module_
scenarios` ` for tests that should be applied across
multiple modules providing the same interface, some of which may not be
available at run time. (Martin Pool, Robert Collins) - 16. By Robert Collins
-
Merge patch from Ben Finney making tests with a shortDescription have that altered as well as the id.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~testtools-committers/testscenarios/trunk