Monty Taylor 44ec244615 Add testresources and testscenarios.
Now that we're on testtools/testr in places, we can start using
testresources and testscenarios to optimize our test suites a bit.

testresources allows for declarative fixture creation in such a way that
an optimizing test suite can group tests that need an expensive-to-set-up
fixture together and use a reset method on the fixture between tests.

testscenarios allows for declarations of combinations of inputs and outputs
to a single tests, which can greatly simplify large amounts of repetitive
code that's trying to grab coverage of option sets.

Change-Id: I834813071c519086f06f80bf418c949bbc47c0ab
2013-04-07 02:07:21 -04:00
2012-08-06 17:05:39 -05:00
2012-07-26 12:57:00 -05:00
2012-07-26 12:57:00 -05:00

Global dependencies for OpenStack Projects

To use this, run:

python update.py path/to/project

Entries in tools/pip-requires and tools/test-requires will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.

Description
Global requirements for OpenStack
Readme 121 MiB
Languages
Python 89.8%
Shell 10.2%