Merge "Add comments for test module of tempest.test.idempotent_id"

This commit is contained in:
Jenkins 2017-08-21 19:43:38 +00:00 committed by Gerrit Code Review
commit 299699f66e

View File

@ -31,6 +31,10 @@ class BaseDecoratorsTest(base.TestCase):
fake_config.FakePrivate)
# NOTE: The test module is for tempest.test.idempotent_id.
# After all projects switch to use decorators.idempotent_id,
# we can remove tempest.test.idempotent_id as well as this
# test module
class TestIdempotentIdDecorator(BaseDecoratorsTest):
def _test_helper(self, _id, **decorator_args):