summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/test_fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_db/sqlalchemy/test_fixtures.py')
-rw-r--r--oslo_db/sqlalchemy/test_fixtures.py5
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):