envisage.tests.test_egg_plugin_manager module

Tests for the Egg plugin manager.

class envisage.tests.test_egg_plugin_manager.EggPluginManagerTestCase(methodName='runTest')[source]

Bases: EggBasedTestCase

Tests for the Egg plugin manager.

test_exclude_multiple()[source]

exclude multiple

test_exclude_specific()[source]

exclude specific

test_include_multiple()[source]

include multiple

test_include_specific()[source]

include specific

test_no_include_or_exclude()[source]

no include or exclude

test_uses_global_working_set_by_default()[source]