libeufin

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

commit bfea7280af7f00370dca97b863e00c7caa44716c
parent 1910639c259816dbdafac7f923abadd61d655a7c
Author: MS <ms@taler.net>
Date:   Fri, 13 Nov 2020 22:41:23 +0100

comment

Diffstat:
Mintegration-tests/tests.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -135,5 +135,6 @@ def test_empty_history(): ) assert len(resp.json().get("transactions")) == 0 +# FIXME: find a way to reset the database between tests. # flushTablesNexus(NEXUS_DB) # flushTablesSandbox(SANDBOX_DB)