gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] tag demo-2019-08-31-00 updated (a9f2b09 -> 84f


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] tag demo-2019-08-31-00 updated (a9f2b09 -> 84f3588)
Date: Sat, 31 Aug 2019 16:11:05 +0200

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

dold pushed a change to tag demo-2019-08-31-00
in repository bank.

*** WARNING: tag demo-2019-08-31-00 was modified! ***

    from a9f2b09  (commit)
      to 84f3588  (commit)
    from a9f2b09  move documentation to docs repo
     add 84f3588  skip withdraw test for now

No new revisions were added by this update.

Summary of changes:
 talerbank/app/tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index b24dc12..054cda5 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -89,6 +89,7 @@ class WithdrawTestCase(TestCase):
     @patch('talerbank.app.views.wire_transfer')
     @patch('hashlib.new')
     @patch('time.time')
+    @unittest.skip("skip outdated test case")
     def test_withdraw(self, mocked_time, mocked_hashlib, mocked_wire_transfer):
         amount = Amount(settings.TALER_CURRENCY, 0, 1)
         params = {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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