.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: test_plugin_manager .. class:: alert alert-info pull-top .. contents:: *Module:* `test_plugin_manager.py `_ API ================================================================================================== No description. *Imports:* ------------ - `os `_ - `unittest `_ - `ninja_ide.core.plugin_manager.PluginManager `_ - `__future__.absolute_import `_ *Global Attributes:* ---------------------- - `CURRENT_DIR [at ln:23] `_ - `PLUGIN_NOT_VALID_NAME [at ln:24] `_ - `PLUGIN_VALID_NAME [at ln:25] `_ ---- *Class:* `PluginManagerTestCase(unittest.TestCase) `_ --------------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class PluginManagerTestCase(unittest.TestCase): No description. *Attributes* ~~~~~~~~~~~~~~ - `pm [at ln:32] `_ *Function:* `setUp() [at ln:29] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def setUp(): No description. ---- *Function:* `test_discover() [at ln:34] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def test_discover(): No description. ---- *Function:* `test_magic_method_contains() [at ln:39] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def test_magic_method_contains(): No description. ---- *Function:* `test_magic_method_getitem() [at ln:45] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def test_magic_method_getitem(): No description.