class DiscoverRunner(pattern='test*.py', top_level=None, verbosity=1, interactive=True, failfast=False, keepdb=False, reverse=False, debug_sql=False, **kwargs)
modify_settings() [source] Likewise, Django provides the modify_settings() decorator:
class LiveServerTestCase [source] LiveServerTestCase does basically the same
redirect_to_login(next, login_url=None, redirect_field_name='next') Redirects to the login page, and then back to another URL
get_connection(backend=None, fail_silently=False, *args, **kwargs) [source] By default, a
Paginator.page(number) [source] Returns a Page object with the given 1-based
get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.
SimpleTestCase.assertFormError(response, form, field, errors, msg_prefix='') [source] Asserts
DiscoverRunner.setup_test_environment(**kwargs) Sets up the test environment by calling setup_test_environment()
get_permission_required() Returns an iterable of permission names used by the mixin. Defaults to the permission_required
Page 23 of 35