django-helpdesk/helpdesk/tests/__init__.py
Ross Poulton 26e0809e5e Add some tests. Finally. First draft: just includes submission & public
action testing - needs plenty more tests added.
2012-08-08 00:04:34 +10:00

3 lines
91 B
Python

from helpdesk.tests.ticket_submission import *
from helpdesk.tests.public_actions import *