Files
mayan-edms/mayan/apps/common/tests/literals.py
T
2018-04-01 20:20:37 -04:00

6 lines
172 B
Python

from __future__ import unicode_literals
TEST_ERROR_LOG_ENTRY_RESULT = 'test_error_log_entry_result_text'
TEST_VIEW_NAME = 'test view name'
TEST_VIEW_URL = 'test-view-url'