MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / registry

Method registry

tests/utils/test_registry.py:43–45  ·  view source on GitHub ↗

Create clean registry for testing.

(self)

Source from the content-addressed store, hash-verified

41
42 @pytest.fixture
43 def registry(self):
44 """Create clean registry for testing."""
45 return Registry(name="test")
46
47 def test_register_with_decorator(self, registry):
48 """Test registering module with decorator."""

Callers

nothing calls this directly

Calls 1

RegistryClass · 0.90

Tested by

no test coverage detected