gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated (f03bc96 -> b38593b)


From: gnunet
Subject: [libeufin] branch master updated (f03bc96 -> b38593b)
Date: Tue, 30 Jun 2020 16:24:16 +0200

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

ms pushed a change to branch master
in repository libeufin.

    from f03bc96  no need of loopback test
     new 2e293e3  fix uri facade test
     new b38593b  all-tests-running script

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 integration-tests/all.sh               | 7 +++++++
 integration-tests/test-taler-facade.py | 6 +-----
 2 files changed, 8 insertions(+), 5 deletions(-)
 create mode 100755 integration-tests/all.sh

diff --git a/integration-tests/all.sh b/integration-tests/all.sh
new file mode 100755
index 0000000..65e759c
--- /dev/null
+++ b/integration-tests/all.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/bash
+
+./test-ebics-backup.py
+./test-ebics-highlevel.py
+./test-ebics.py
+./test-sandbox.py
+./test-taler-facade.py
diff --git a/integration-tests/test-taler-facade.py 
b/integration-tests/test-taler-facade.py
index f1ff53f..97e5019 100755
--- a/integration-tests/test-taler-facade.py
+++ b/integration-tests/test-taler-facade.py
@@ -128,7 +128,7 @@ assertResponse(
 # fetch bank account information
 assertResponse(
     post(
-        
"http://localhost:5001/bank-connections/{}/import-accounts".format(BANK_CONNECTION_LABEL),
+        
"http://localhost:5001/bank-connections/{}/ebics/import-accounts".format(BANK_CONNECTION_LABEL),
         json=dict(),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
@@ -209,7 +209,3 @@ resp = assertResponse(
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER)
     )
 )
-
-print("auth header: " + USER_AUTHORIZATION_HEADER)
-input("press enter to stop the test:")
-print("test will stop")

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