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

Function test_render

test/test_renderer/test_sql/test_default/test_renderer.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_render() -> None:
7 model = Mock()
8 result = DefaultSQLRenderer.render(model)
9 assert model.check_attributes_for_sql.called
10 assert result == ""
11
12
13def test_render_db() -> None:

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected