Update comment

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-01-31 05:57:18 -04:00
parent e007af6b3f
commit 3c2d2d1087

View File

@@ -29,6 +29,6 @@ class BaseTestCase(RandomPrimaryKeyModelMonkeyPatchMixin, DatabaseConversionMixi
class GenericViewTestCase(ClientMethodsTestCaseMixin, TestViewTestCaseMixin, BaseTestCase):
"""
A generic view test case built on top of the base test case providing
single user test view to test object resolution and shorthand HTTP
method functions.
a single, user customizable view to test object resolution and shorthand
HTTP method functions.
"""