The openstack_dashboard.dashboards.project.containers.tests ModuleΒΆ

class openstack_dashboard.dashboards.project.containers.tests.SwiftTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

test_copy(*args, **kwargs)[source]
test_copy_index(*args, **kwargs)[source]
test_create_container_get()[source]
test_create_container_post(*args, **kwargs)[source]
test_create_pseudo_folder(*args, **kwargs)[source]
test_delete(*args, **kwargs)[source]
test_delete_container(*args, **kwargs)[source]
test_delete_container_nonempty(*args, **kwargs)[source]
test_delete_pseudo_folder(*args, **kwargs)[source]
test_download(*args, **kwargs)[source]
test_for_url()[source]
test_index_container_selected(*args, **kwargs)[source]
test_index_no_container_selected(*args, **kwargs)[source]
test_update_container_to_private(*args, **kwargs)[source]
test_update_container_to_public(*args, **kwargs)[source]
test_update_with_file(*args, **kwargs)[source]
test_update_without_file(*args, **kwargs)[source]
test_upload(*args, **kwargs)[source]
test_upload_without_file(*args, **kwargs)[source]
test_view_container(*args, **kwargs)[source]
test_view_object(*args, **kwargs)[source]
test_wrap_delimiter()[source]

Previous topic

The openstack_dashboard.dashboards.project.containers.views Module

Next topic

The openstack_dashboard.dashboards.project.containers Module

This Page