Beispiel #1
0
 def create_account(cls, client_id, amount):
     return AccountDAOImpl.create_account(int(client_id), int(amount))
 def test_create_account(self):
     assert AccountDAOImpl.create_account(1, 100)