-
Notifications
You must be signed in to change notification settings - Fork 7
Description
FAIL: test_registration_form (mldata.registration.tests.RegistrationFormTests)
Traceback (most recent call last):
File "mldata/registration/tests.py", line 200, in test_registration_form
self.failUnless(form.is_valid())
AssertionError: False is not true
FAIL: test_registration_form_no_free_email (mldata.registration.tests.RegistrationFormTests)
Traceback (most recent call last):
File "/Users/cheng.ong/External/openml/mldata/../mldata/registration/tests.py", line 263, in test_registration_form_no_free_email
self.failUnless(form.is_valid())
AssertionError: False is not true
FAIL: test_registration_form_tos (mldata.registration.tests.RegistrationFormTests)
Traceback (most recent call last):
File "mldata/registration/tests.py", line 220, in test_registration_form_tos
self.failUnless(form.is_valid())
AssertionError: False is not true
FAIL: test_registration_form_unique_email (mldata.registration.tests.RegistrationFormTests)
Traceback (most recent call last):
File "mldata/registration/tests.py", line 240, in test_registration_form_unique_email
self.failUnless(form.is_valid())
AssertionError: False is not true
FAIL: test_registration_view (mldata.registration.tests.RegistrationViewTests)
Traceback (most recent call last):
File "mldata/registration/tests.py", line 293, in test_registration_view
self.assertEqual(response.status_code, 302)
AssertionError: 200 != 302