コード例 #1
0
ファイル: tests.py プロジェクト: ianlaidlaw/4350TeamF
 def test_create_account(self):
     acc = "abc"
     pword = "123"
     dbRoutine.create_account(acc, pword)
     accounts = dbRoutine.retrieve_allAccount()
     self.assertEqual(1, accounts.count())