libeufin

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

commit b5d69ec1ccd4a6e96a3cc112e0531c32b9bda9be
parent d9fbb7239d580c4791d2c962c14b835261125aea
Author: MS <ms@taler.net>
Date:   Fri, 15 Jan 2021 09:40:32 +0100

'make env' gone.

The same thing is offered entirely CLI-based now.

Diffstat:
MMakefile | 3---
Mintegration-tests/tests.py | 12------------
2 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/Makefile b/Makefile @@ -50,9 +50,6 @@ check: tests: @cd integration-tests; py.test -k "not test_env" tests.py -.PHONY: env -env: - @cd integration-tests; py.test -s -k "test_env" tests.py .PHONY: parse parse: diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -125,18 +125,6 @@ def teardown_function(): dropSandboxTables(DB) dropNexusTables(DB) -def test_env(make_crdt_payment, make_taler_facade): - print("Nexus and Sandbox are up and running!\n") - print("Env-setter for the CLI:") - print(f"\texport NEXUS_BASE_URL={NEXUS_URL} NEXUS_USERNAME={PERSONA.nexus.username} NEXUS_PASSWORD={PERSONA.nexus.password}") - print(f"\nBank connection name: {PERSONA.nexus.bank_connection}") - print(f"Imported bank account label: {PERSONA.nexus.bank_label}") - try: - input("\npress enter to stop LibEuFin test environment ...") - except: - pass - print("exiting!") - # Tests whether Nexus knows the imported bank account. def test_imported_account(): resp = assertResponse(