14
0

- Update to 0.3:

* 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)
  * TestWithScenarios is now backed by a mixin - WithScenarios - which can be
    mixed into different unittest implementations more cleanly (e.g.
    unittest2). (James Polley, Robert Collins)
- Recreate spec with current conventions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testscenarios?expand=0&rev=2
This commit is contained in:
2012-04-06 21:23:03 +00:00
committed by Git OBS Bridge
parent fd6ff379ad
commit c44d7369ab
4 changed files with 27 additions and 26 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 6 21:18:20 UTC 2012 - jfunk@funktronics.ca
- Update to 0.3:
* 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)
* TestWithScenarios is now backed by a mixin - WithScenarios - which can be
mixed into different unittest implementations more cleanly (e.g.
unittest2). (James Polley, Robert Collins)
- Recreate spec with current conventions
-------------------------------------------------------------------
Sat Apr 16 18:56:49 UTC 2011 - jfunk@funktronics.ca