django-helpdeskmig/helpdesk/tests
Jonathan Barratt 5acd891c68
refactor all handling of attached files
Extract attachment processing from forms, views.staff, and management.command.get_email modules, and consolidate it into a unified lib module function.
Also refactor the affected components, most notably lib.send_templated_email, to make it easier (IMO) to reason about changes to them.
Add unit tests for attachments with UTF-8 filenames, and functional tests for submission of same, as well as ASCII versions, through the public ticket-form.
Remove unused Attachment method "get_upload_to".
2016-12-08 19:47:20 +07:00
..
__init__.py tests are correctly discovered for django < 1.6 2015-11-13 15:35:36 +01:00
helpers.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
test_attachments.py refactor all handling of attached files 2016-12-08 19:47:20 +07:00
test_get_email.py refactor all handling of attached files 2016-12-08 19:47:20 +07:00
test_navigation.py chaging tests to aknowledge helpdesk namespace 2015-12-22 11:20:52 +01:00
test_per_queue_staff_permission.py Removed test_per_queue_staff_permission assertion, report_index no longer returns unassigned_tickets 2016-10-31 02:06:49 -04:00
test_public_actions.py Fixing style (according to branch 'autocodestyle') + quicktest 2016-10-24 08:04:31 +02:00
test_savequery.py Fixing style (according to branch 'autocodestyle') + quicktest 2016-10-24 08:04:31 +02:00
test_ticket_lookup.py Fixing style (according to branch 'autocodestyle') + quicktest 2016-10-24 08:04:31 +02:00
test_ticket_submission.py Fixing style (according to branch 'autocodestyle') + quicktest 2016-10-24 08:04:31 +02:00
urls.py chaging tests to aknowledge helpdesk namespace 2015-12-22 11:20:52 +01:00