DiscoverRunner.test_loader This is the class that loads tests, whether from TestCases or modules or otherwise and bundles them
password_reset(request, template_name='registration/password_reset_form.html', email_template_name='registration/password_reset_email.html', subject_template_name='r
class DiscoverRunner(pattern='test*.py', top_level=None, verbosity=1, interactive=True, failfast=False, keepdb=False, reverse=False, debug_sql=False, **kwargs)
set_password(raw_password) Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save
SimpleTestCase.assertTemplateUsed(response, template_name, msg_prefix='', count=None) [source] Asserts
keys()
SimpleTestCase.assertNotContains(response, text, status_code=200, msg_prefix='', html=False) [source]
clear_expired() Removes expired sessions from the session store. This class method is called by clearsessions.
class TransactionTestCase [source] TransactionTestCase inherits from
TransactionTestCase.assertNumQueries(num, func, *args, **kwargs) [source] Asserts that when
Page 26 of 35