Exemplo n.º 1
0
 def test_orm_generation_function(self):
     """Test setup of ORM and creation/population of DB tables (to SQLite)"""
     db_fn = path.join(OUT_DIR, "test.db")
     orm.main(db_fn)
     self.assertTrue(path.exists(db_fn))
Exemplo n.º 2
0
 def test_orm_generation_function(self):
     db_fn = path.join(OUT_DIR, "test.db")
     orm.main(db_fn)
     self.assertTrue(path.exists(db_fn))