MCPcopy Create free account
hub / github.com/StackStorm/st2 / tearDown

Method tearDown

st2common/tests/unit/test_plugin_loader.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 LoaderTest.sys_path = copy.copy(sys.path)
47
48 def tearDown(self):
49 sys.path = LoaderTest.sys_path
50
51 def test_module_load_from_file(self):
52 plugin_path = os.path.join(SRC_ROOT, "plugin/standaloneplugin.py")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected