diff --git a/mayan/apps/common/tests/base.py b/mayan/apps/common/tests/base.py index 2fc36e4599..c3c06672c5 100644 --- a/mayan/apps/common/tests/base.py +++ b/mayan/apps/common/tests/base.py @@ -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. """