You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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_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
The text was updated successfully, but these errors were encountered: