envisage.tests.test_egg_basket_plugin_manager module

Tests for the ‘Egg Basket’ plugin manager.

class envisage.tests.test_egg_basket_plugin_manager.EggBasketPluginManagerTestCase(methodName='runTest')[source]

Bases: TestCase

Tests for the ‘Egg Basket’ plugin manager.

setUp()[source]

Prepares the test fixture before each test method is called.

classmethod setUpClass()[source]

Create eggs for testing purposes.

tearDown()[source]

Called immediately after each test method has been called.

classmethod tearDownClass()[source]

Delete created eggs.

test_find_plugins_in_eggs_on_the_plugin_path()[source]
test_ignore_broken_distributions_loads_good_distributions()[source]
test_ignore_broken_distributions_raises_exceptions_by_default()[source]
test_ignore_broken_plugins_loads_good_plugins()[source]
test_ignore_broken_plugins_raises_exceptions_by_default()[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]