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

Method test_init_with_name

tests/operators/test_operator.py:213–216  ·  view source on GitHub ↗

Test Rewriter initialization with name.

(self)

Source from the content-addressed store, hash-verified

211 assert r is not None
212
213 def test_init_with_name(self):
214 """Test Rewriter initialization with name."""
215 r = ConcreteRewriter(name="TestRewriter")
216 assert r.name == "TestRewriter"
217
218
219class TestRewriterRewrite:

Callers

nothing calls this directly

Calls 1

ConcreteRewriterClass · 0.85

Tested by

no test coverage detected