tardis.apps.openid_migration.tests package

Submodules

tardis.apps.openid_migration.tests.test_forms module

Tests related to OpenID migration forms

class tardis.apps.openid_migration.tests.test_forms.OpenIDMigrationFormTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_init()

tardis.apps.openid_migration.tests.test_migration module

Tests related to OpenID migration

class tardis.apps.openid_migration.tests.test_migration.OpenIDMigrationTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_do_migration()

tardis.apps.openid_migration.tests.test_models module

class tardis.apps.openid_migration.tests.test_models.ModelTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

create_OpenidUserMigration()
setUp()

Hook method for setting up the test fixture before exercising it.

test_OpenidUserMigration_creation()

tardis.apps.openid_migration.tests.test_views module

Tests related to OpenID migration views

class tardis.apps.openid_migration.tests.test_views.OpenIDMigrationViewTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_migrate_accounts(mock_webpack_get_bundle)

Module contents