envisage.tests.test_provider_extension_registry module

Tests for the provider extension registry.

class envisage.tests.test_provider_extension_registry.ProviderExtensionRegistryTestCase(methodName='runTest')[source]

Bases: ExtensionRegistryTestMixin, TestCase

Tests for the provider extension registry.

setUp()[source]

Prepares the test fixture before each test method is called.

test_add_provider()[source]

add provider

test_get_providers()[source]

get providers

test_provider_extensions_changed()[source]

provider extensions changed

test_providers()[source]

providers

test_remove_non_empty_extension_point()[source]

remove non-empty extension point

test_remove_non_existent_provider()[source]

remove provider

test_remove_provider()[source]

remove provider

test_remove_provider_with_no_contributions()[source]

remove provider with no contributions

test_set_extensions()[source]

set extensions