From 6ccea346d9609d47b188b33c686f49ce3f4f9b14 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 30 Dec 2014 18:24:37 -0500 Subject: 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 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'requirements.txt') 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 -- cgit v1.2.1