diff options
author | Zuul <zuul@review.openstack.org> | 2018-01-05 06:38:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-01-05 06:38:03 +0000 |
commit | f91554c2a791c506f6928b653a9d75c2666afd98 (patch) | |
tree | c4924cc1dbce0cab6bc03a4c3a80740e6d081d0f /oslo_db/sqlalchemy/test_fixtures.py | |
parent | 0be74541aafccbcde604c63edc586ab62c3fc19c (diff) | |
parent | f64264ebb94dd8f0b3c1d0eacfa769ecd2567998 (diff) | |
download | oslo-db-f91554c2a791c506f6928b653a9d75c2666afd98.tar.gz |
Merge "Remove function optimize_db_test_loader in test_base.py"
Diffstat (limited to 'oslo_db/sqlalchemy/test_fixtures.py')
-rw-r--r-- | oslo_db/sqlalchemy/test_fixtures.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oslo_db/sqlalchemy/test_fixtures.py b/oslo_db/sqlalchemy/test_fixtures.py index f3b5c1c..6b82f05 100644 --- a/oslo_db/sqlalchemy/test_fixtures.py +++ b/oslo_db/sqlalchemy/test_fixtures.py @@ -402,8 +402,9 @@ class OpportunisticDbFixture(BaseDbFixture): This fixture relies upon the use of the OpportunisticDBTestMixin to supply a test.resources attribute, and also works much more effectively when combined the testresources.OptimisingTestSuite. The - optimize_db_test_loader() function should be used at the module and package - levels to optimize database provisioning across many tests. + optimize_package_test_loader() function should be + used at the module and package levels to optimize database + provisioning across many tests. """ def __init__(self, test, driver=None, ident=None): |