django-helpdeskmig/helpdesk/tests
Daryl 44bbcd31e5 Bug in test_per_queue_staff_permission.py
Using the django auth backend allows integers to be passed as a password
Using Peter Sagerson's ldap auth backend there is an error thrown because
some code tries to do a len() on the password.
You could argue that the ldap auth backend should str(password), but
you could also argue that passing an int as a password is bad practice

This PR ensures that a string is sent to the auth module.
2016-06-30 12:07:33 +12:00
..
__init__.py tests are correctly discovered for django < 1.6 2015-11-13 15:35:36 +01:00
helpers.py fixes of python 3 test fails 2015-11-18 15:07:33 +01:00
test_navigation.py minor changes for python3 2015-11-18 10:41:02 +01:00
test_per_queue_staff_permission.py Bug in test_per_queue_staff_permission.py 2016-06-30 12:07:33 +12:00
test_public_actions.py tests renamed for compliance 2015-06-12 15:48:38 +02:00
test_ticket_lookup.py Ticket #403 - This code changes the behaviour of lookups for tickets and 2016-06-24 13:46:37 +12:00
test_ticket_submission.py ensure tests for ticket submission run correctly in django 1.9 (URI's no longer include the scheme and domain part of the URLs) 2015-11-16 16:08:52 +01:00