コード例 #1
0
ファイル: unithelper.py プロジェクト: legionus/billing
	def tearDown(self):
		if not haveDatabase():
			return
		database_schema.destroy_schema()
コード例 #2
0
ファイル: unithelper.py プロジェクト: legionus/billing
	def setUp(self):
		if not haveDatabase():
			return
		database_schema.destroy_schema()
		database_schema.create_schema()