Skip to content

Registration test failures #24

@chengsoonong

Description

@chengsoonong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions