MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / test_build

Method test_build

test/test_blueprints/test_expression.py:8–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6
7class TestNote(TestCase):
8 def test_build(self) -> None:
9 bp = ExpressionBlueprint(text='amount*2')
10 result = bp.build()
11 self.assertIsInstance(result, Expression)
12 self.assertEqual(result.text, bp.text)

Callers

nothing calls this directly

Calls 2

buildMethod · 0.95
ExpressionBlueprintClass · 0.90

Tested by

no test coverage detected