envisage.tests.test_package_plugin_manager module

Tests for the ‘Package’ plugin manager.

class envisage.tests.test_package_plugin_manager.PackagePluginManagerTestCase(methodName='runTest')[source]

Bases: TestCase

Tests for the ‘Package’ plugin manager.

setUp()[source]

Prepares the test fixture before each test method is called.

test_find_plugins_in_packages_on_the_plugin_path()[source]
test_ignore_plugins_matching_a_wildcard_in_the_exclude_list()[source]
test_ignore_plugins_whose_ids_are_in_the_exclude_list()[source]
test_only_find_plugins_matching_a_wildcard_in_the_include_list()[source]
test_only_find_plugins_whose_ids_are_in_the_include_list()[source]
test_reflect_changes_to_the_plugin_path()[source]