Add keyword arguments. Sort imports. Move settings and test literals to their own module. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
4 lines
75 B
Python
4 lines
75 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_LOCK_NAME = 'test lock name'
|