コード例 #1
0
ファイル: tests.py プロジェクト: faysalhossain2007/passwd.io
def tearDownUnitTests():
    from passwdio.models import DBSession
    DBSession.remove()
コード例 #2
0
ファイル: tests.py プロジェクト: faysalhossain2007/passwd.io
 def tearDown(self):
     del self.testapp
     from passwdio.models import DBSession
     DBSession.remove()