The openstack_dashboard.dashboards.admin.users.tests ModuleΒΆ

class openstack_dashboard.dashboards.admin.users.tests.SeleniumTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.SeleniumAdminTestCase

SeleniumTests.test_modal_create_user_with_passwords_not_matching(*args, **kwargs)[source]
SeleniumTests.test_update_user_with_passwords_not_matching(*args, **kwargs)[source]
class openstack_dashboard.dashboards.admin.users.tests.UsersViewTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

UsersViewTests.test_create(*args, **kwargs)[source]
UsersViewTests.test_create_validation_for_password_too_long(*args, **kwargs)[source]
UsersViewTests.test_create_validation_for_password_too_short(*args, **kwargs)[source]
UsersViewTests.test_create_with_domain()[source]
UsersViewTests.test_create_with_empty_email(*args, **kwargs)[source]
UsersViewTests.test_create_with_password_mismatch(*args, **kwargs)[source]
UsersViewTests.test_delete_user_with_improper_permissions(*args, **kwargs)[source]
UsersViewTests.test_disable_user(*args, **kwargs)[source]
UsersViewTests.test_disabling_current_user(*args, **kwargs)[source]
UsersViewTests.test_enable_disable_user_exception(*args, **kwargs)[source]
UsersViewTests.test_enable_user(*args, **kwargs)[source]
UsersViewTests.test_index(*args, **kwargs)[source]
UsersViewTests.test_index_with_domain()[source]
UsersViewTests.test_update_validation_for_password_too_long(*args, **kwargs)[source]
UsersViewTests.test_update_validation_for_password_too_short(*args, **kwargs)[source]
UsersViewTests.test_update_with_keystone_can_edit_user_false(*args, **kwargs)[source]
UsersViewTests.test_update_with_no_email_attribute(*args, **kwargs)[source]

Previous topic

The openstack_dashboard.dashboards.admin.users.tables Module

Next topic

The openstack_dashboard.dashboards.admin.users.urls Module

This Page