django-helpdesk/helpdesk/tests
Timothy Hobbs 9963a3fe5d Fix utf decoding bug in email parsing code
For some reason mozilla thunderbird sometimes marks email parts as 8bit
even though they are utf-8. I guess the best way to work around this is
to add a try-catch block because this really cannot be predicted.
2020-01-23 16:00:01 +01:00
..
test_files Fix utf decoding bug in email parsing code 2020-01-23 16:00:01 +01:00
__init__.py tests are correctly discovered for django < 1.6 2015-11-13 15:35:36 +01:00
helpers.py Fix tests 2019-10-16 17:36:55 +02:00
test_attachments.py Add ability to hide fields in public ticket submission form using kwargs 2020-01-20 13:07:45 +01:00
test_get_email.py Fix utf decoding bug in email parsing code 2020-01-23 16:00:01 +01:00
test_kb.py Fix pycodestyle errors 2020-01-20 14:17:23 +01:00
test_login.py Add a test that checks that LOGIN_URL can be a view name 2019-08-27 13:04:00 +03:00
test_navigation.py Fix tests 2019-10-16 17:36:55 +02:00
test_per_queue_staff_permission.py Fix linting errors 2020-01-20 13:03:44 +01:00
test_public_actions.py Require a secret key for viewing tickets unless HELPDESK_VIEW_A_TICKET_PUBLIC is set 2018-09-08 21:29:59 +02:00
test_savequery.py fix redirect loop 2019-03-20 16:12:19 +01:00
test_ticket_actions.py Fix tests 2019-10-16 17:36:55 +02:00
test_ticket_lookup.py Require a secret key for viewing tickets unless HELPDESK_VIEW_A_TICKET_PUBLIC is set 2018-09-08 21:29:59 +02:00
test_ticket_submission.py Fix ironic ticket creation loop when submitter email == queue email 2020-01-20 13:23:32 +01:00
test_time_spent.py Fix tests 2019-10-16 17:36:55 +02:00
test_usersettings.py Bump version to 0.2.6 to fix remaining Django 2.0 warnings 2017-12-28 09:11:34 -05:00
urls.py Add a test that checks that LOGIN_URL can be a view name 2019-08-27 13:04:00 +03:00