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

Method test_multiline

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

Source from the content-addressed store, hash-verified

16
17 @staticmethod
18 def test_multiline() -> None:
19 note = Note("Note text\nwith multiple lines")
20 assert (
21 render_note(note)
22 == "Note {\n '''\n Note text\n with multiple lines'''\n}"
23 )

Callers

nothing calls this directly

Calls 2

NoteClass · 0.90
render_noteFunction · 0.90

Tested by

no test coverage detected