django-helpdesk/helpdesk/tests/__init__.py

3 lines
145 B
Python
Raw Normal View History

from helpdesk.tests.test_ticket_submission import *
from helpdesk.tests.test_public_actions import *
from helpdesk.tests.test_navigation import *