コード例 #1
0
ファイル: test_dal.py プロジェクト: shammishailaj/MicroDrill
 def setUp(self):
     self.dal = BaseDAL()
     self.table = FakeTable('test_table')