コード例 #1
0
ファイル: test_user.py プロジェクト: kpx13/billbuilder
 def test_account(self):
     for curr in AccountDB.get_cursor(fields=["user"]):
         if curr["user"]:
             assert UserDB.exists(curr["user"])
コード例 #2
0
ファイル: test_user.py プロジェクト: kpx13/billbuilder
 def test_account(self):        
     for curr in AccountDB.get_cursor(fields=['user']):
         if curr['user']:
             assert UserDB.exists(curr['user'])