MCPcopy Create free account
hub / github.com/MemTensor/MemOS / setup_method

Method setup_method

tests/plugins/test_plugin_demo.py:266–269  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264
265class TestHookableDecorator:
266 def setup_method(self):
267 from memos.plugins.hooks import _hooks
268
269 _hooks.clear()
270
271 def test_hookable_auto_declares_specs(self):
272 from memos.plugins.hook_defs import get_hook_spec

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected