tests.components.workspace.tests_int

Integration Test for Workspace API

class tests.components.workspace.tests_int.TestCreateWorkspace(methodName='runTest')

Bases: core_main_app.utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase

test_create_one_workspace()
test_create_two_workspaces_same_name_different_case_same_user()
test_create_two_workspaces_same_name_different_user()
test_create_two_workspaces_same_name_same_user()
test_create_workspace_without_owner()
class tests.components.workspace.tests_int.TestGetGlobalWorkspace(methodName='runTest')

Bases: core_main_app.utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase

Test Get Global Workspace

test_get_global_workspace()
test_get_global_workspace_multiple_workspace()
test_get_global_workspace_not_global()
class tests.components.workspace.tests_int.TestIsWorkspaceGlobal(methodName='runTest')

Bases: core_main_app.utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase

Test Is Workspace Global

test_is_workspace_global_false()
test_is_workspace_global_true()