MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / setUp

Method setUp

pokemongo_bot/test/plugin_loader_test.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class PluginLoaderTest(unittest.TestCase):
13 def setUp(self):
14 self.plugin_loader = PluginLoader()
15
16 def test_load_namespace_class(self):
17 package_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'resources', 'plugin_fixture')

Callers

nothing calls this directly

Calls 1

PluginLoaderClass · 0.90

Tested by

no test coverage detected