diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-30 18:24:37 -0500 |
---|---|---|
committer | Roman Podoliaka <rpodolyaka@mirantis.com> | 2015-02-04 12:49:01 +0200 |
commit | 6ccea346d9609d47b188b33c686f49ce3f4f9b14 (patch) | |
tree | d2cd0fa828a3a3207767a7400de33af6ea529952 /requirements.txt | |
parent | aa6fc4e2bd985c8a115de53f958ad16256a90243 (diff) | |
download | oslo-db-6ccea346d9609d47b188b33c686f49ce3f4f9b14.tar.gz |
Organize provisioning to use testresources
This change introduces the use of the testresources package,
such that the provisioning system uses TestResourceManager
objects in order to create and drop databases, schemas,
and manage transactional testing. A new series of objects
to support transparent transaction containers within
tests is added as well.
partially implement bp: long-lived-transactionalized-db-fixtures
Partial-Bug: #1339206
Change-Id: I16bfa3af0e1ad6a9231ea38dea7cd76092347f55
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 9cacdd6..04a32b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,5 @@ SQLAlchemy>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1,!=0.9.2 stevedore>=1.1.0 # Apache-2.0 six>=1.7.0 +testresources>=0.2.4 +testscenarios>=0.4 |