Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registration test failures #24

Open
chengsoonong opened this issue Aug 26, 2013 · 0 comments
Open

Registration test failures #24

chengsoonong opened this issue Aug 26, 2013 · 0 comments

Comments

@chengsoonong
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant