6 lines
172 B
Python
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'
|