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

Method test_oneline

test/test_renderer/test_dbml/test_note.py:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11class TestRenderNote:
12 @staticmethod
13 def test_oneline() -> None:
14 note = Note("Note text")
15 assert render_note(note) == "Note {\n 'Note text'\n}"
16
17 @staticmethod
18 def test_multiline() -> None:

Callers

nothing calls this directly

Calls 2

NoteClass · 0.90
render_noteFunction · 0.90

Tested by

no test coverage detected