Skip to content
Snippets Groups Projects
Commit 05d43ae9 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Running again all test with debug=False

parent 22a2ac68
No related branches found
No related tags found
No related merge requests found
...@@ -378,3 +378,59 @@ class SignUpTestsUserPrefDown(SignUpTests): ...@@ -378,3 +378,59 @@ class SignUpTestsUserPrefDown(SignUpTests):
) )
class SignUpTestsUserWrongUserPrefLocation(SignUpTests): class SignUpTestsUserWrongUserPrefLocation(SignUpTests):
pass pass
@override_settings(
DEBUG=False,
)
class AboutPageTestsDebugFalse(AboutPageTests):
pass
@override_settings(
DEBUG=False,
)
class SignUpTestsDebugFalse(SignUpTests):
pass
@override_settings(
DEBUG=False,
)
class SuperuserSignUpTestsDebugFalse(SuperuserSignUpTests):
pass
@override_settings(
DEBUG=False,
)
class ChangePasswordTestsDebugFalse(ChangePasswordTests):
pass
@override_settings(
DEBUG=False,
)
class ChangeFirstnameTestsDebugFalse(ChangeFirstnameTests):
pass
@override_settings(
DEBUG=False,
)
class DeleteAccountTestsDebugFalse(DeleteAccountTests):
pass
@override_settings(
DEBUG=False,
)
class TemplatesTagsTestsDebugFalse(TemplatesTagsTests):
pass
@override_settings(
DEBUG=False,
)
class UserPreferencesTestsDebugFalse(UserPreferencesTests):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment