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

Method test_single

test/test_renderer/test_dbml/test_reference.py:44–45  ·  view source on GitHub ↗
(reference1: Reference)

Source from the content-addressed store, hash-verified

42class TestRendeCol:
43 @staticmethod
44 def test_single(reference1: Reference) -> None:
45 assert render_col(reference1.col2) == '"id"'
46
47 @staticmethod
48 def test_multiple(reference1: Reference) -> None:

Callers

nothing calls this directly

Calls 1

render_colFunction · 0.90

Tested by

no test coverage detected