gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/05: provide defaults


From: gnunet
Subject: [libeufin] 02/05: provide defaults
Date: Mon, 14 Dec 2020 09:57:08 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 38e9401851fe252502498ac66e7e376ef9641530
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 14 08:48:14 2020 +0100

    provide defaults
---
 integration-tests/util.py | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/integration-tests/util.py b/integration-tests/util.py
index 041ee1e..4dbe3bf 100644
--- a/integration-tests/util.py
+++ b/integration-tests/util.py
@@ -27,12 +27,19 @@ class EbicsDetails:
         self.version = "H004"
 
 class BankingDetails:
-    def __init__(self, base_url):
-        self.iban = "GB33BUKB20201555555555"
-        self.bic = "BUKBGB22"
-        self.label = "savings"
+    def __init__(
+            self,
+            base_url,
+            iban="GB33BUKB20201555555555",
+            bic="BUKBGB22",
+            label="savings",
+            name="Oliver Smith"
+        ):
+        self.iban =  iban
+        self.bic = bic
+        self.label = label
         self.bank_base_url = sandbox_base
-        self.name = "Oliver Smith"
+        self.name = name
 
 class NexusDetails:
     def __init__(self, base_url):

-- 
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]