| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Disabled tests to avoid dependency loop with testtools
- Converted to single-spec - Updated source URL
- update to version 0.5.0: * Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins) - add new build dependency python-pbr - add new runtime dependencies python-pbr and python-testtools
- Properly run testsuite, but not (currently) on SLE_11_SP2
- Update to version 0.4: + Python 3.2 support added. (Robert Collins)
- 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
- Initial release