Merge "Updated outdated docstring, fixed typo/space"

This commit is contained in:
Jenkins 2014-03-11 14:24:04 +00:00 committed by Gerrit Code Review
commit 698e2189ad
2 changed files with 6 additions and 4 deletions

View File

@ -106,8 +106,9 @@ class TestCase(horizon_helpers.TestCase):
* A full suite of test data through various attached objects and
managers (e.g. ``self.servers``, ``self.user``, etc.). See the
docs for :class:`~horizon.tests.test_data.utils.TestData` for more
information.
docs for
:class:`~openstack_dashboard.test.test_data.utils.TestData`
for more information.
* The ``mox`` mocking framework via ``self.mox``.
* A set of request context data via ``self.context``.
* A ``RequestFactory`` class which supports Django's ``contrib.messages``

View File

@ -63,8 +63,9 @@ class TestData(object):
You can load as little or as much data as you like as long as the loaders
don't conflict with each other.
See the :class:`~horizon.tests.test_data.utils.TestDataContainer` class
for a list of available methods.
See the
:class:`~openstack_dashboard.test.test_data.utils.TestDataContainer`
class for a list of available methods.
"""
def __init__(self, *args):
for data_func in args: