MCPcopy Index your code
hub / github.com/Vanderhoof/PyDBML / test_edge

Method test_edge

test/test_parser.py:130–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128
129class TestPyDBMLParser(TestCase):
130 def test_edge(self) -> None:
131 p = PyDBMLParser('')
132 with self.assertRaises(RuntimeError):
133 p.locate_table('myschema', 'test')
134 with self.assertRaises(RuntimeError):
135 p.parse_blueprint(1, 1, [1])
136
137
138class TestNotesIdempotent(TestCase):

Callers

nothing calls this directly

Calls 3

locate_tableMethod · 0.95
parse_blueprintMethod · 0.95
PyDBMLParserClass · 0.90

Tested by

no test coverage detected