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

Method test_delete_missing_project

test/test_database.py:265–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 self.assertIsNone(database.project)
264
265 def test_delete_missing_project(self) -> None:
266 database = Database()
267 with self.assertRaises(DatabaseValidationError):
268 database.delete_project()
269
270 def test_geititem(self) -> None:
271 t1 = Table('table1')

Callers

nothing calls this directly

Calls 2

delete_projectMethod · 0.95
DatabaseClass · 0.90

Tested by

no test coverage detected