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

Method test_oneline

test/test_tools.py:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43class TestNoteOptionToDBML(TestCase):
44 def test_oneline(self) -> None:
45 note = Note("one line note")
46 self.assertEqual(f"note: 'one line note'", note_option_to_dbml(note))
47
48 def test_oneline_with_quote(self) -> None:
49 note = Note("one line'd note")

Callers

nothing calls this directly

Calls 2

NoteClass · 0.90
note_option_to_dbmlFunction · 0.90

Tested by

no test coverage detected