envisage.tests.test_core_plugin module

Tests for the core plugin.

class envisage.tests.test_core_plugin.CorePluginTestCase(methodName='runTest')[source]

Bases: TestCase

Tests for the core plugin.

test_dynamically_added_preferences()[source]

dynamically added preferences

test_dynamically_added_service_offer()[source]

dynamically added service offer

test_preferences()[source]

preferences

test_service_offers()[source]

service offers

test_unregister_service()[source]

Unregister a service which was registered on the application directly, not through the CorePlugin’s extension point. CorePlugin should not do anything to interfere.

test_unregister_service_offer()[source]

Unregister a service that is contributed to the “envisage.service_offers” extension point while the application is running.