コード例 #1
0
ファイル: unit_test.py プロジェクト: xsauce/wineprj
 def test_dal(self):
     DB.connect()
     c = Chateau.create(chateau_id=uuid.uuid4(), chateau_name='who', address='hello', geo='11,22', description='world', created_at=datetime.today())
     c.save()
     DB.close()