libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit b38593b7aaa372270c672165337726646aa94926
parent 2e293e325d7e57cb5e8abcad31e37ffd72899ef2
Author: MS <ms@taler.net>
Date:   Tue, 30 Jun 2020 16:24:10 +0200

all-tests-running script

Diffstat:
Aintegration-tests/all.sh | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/integration-tests/all.sh 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