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

Class Test

test/test_database.py:315–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314 def test_add_bad(self) -> None:
315 class Test:
316 pass
317 t = Test()
318 database = Database()
319 with self.assertRaises(DatabaseValidationError):

Callers 2

test_add_badMethod · 0.85
test_delete_badMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_add_badMethod · 0.68
test_delete_badMethod · 0.68