gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: comment


From: gnunet
Subject: [taler-bank] branch master updated: comment
Date: Tue, 25 Aug 2020 19:07:25 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 0573144  comment
0573144 is described below

commit 0573144e04f4527abb1d5f7ca6ed1cc16aeef4df
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 25 19:07:22 2020 +0200

    comment
---
 talerbank/app/tests.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 7a45aa6..2f59b06 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -64,6 +64,8 @@ def clear_db():
         cursor.execute("ALTER SEQUENCE app_bankaccount_account_no_seq" " 
RESTART")
         cursor.execute("ALTER SEQUENCE app_banktransaction_id_seq RESTART")
 
+# Testing the "Access API":
+#     (testing) registration + ask for balance + withdraw: create / ask status 
/ abort / confirm.
 class AccessApiWithdrawTestCase(TestCase):
     def setUp(self):
         clear_db()
@@ -103,9 +105,6 @@ class AccessApiBalanceTestCase(TestCase):
         self.assertEqual(r.status_code, 200)
         print(r.content.decode("utf-8"))
 
-
-# Testing the "Access API":
-#     (testing) registration + ask for balance + withdraw: create / ask status 
/ abort / confirm.
 class AccessApiTestingRegistrationTestCase(TestCase):
     def setUp(self):
         clear_db()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]