[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: 'make env' gone.
From: |
gnunet |
Subject: |
[libeufin] branch master updated: 'make env' gone. |
Date: |
Fri, 15 Jan 2021 09:41:35 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new b5d69ec 'make env' gone.
b5d69ec is described below
commit b5d69ec1ccd4a6e96a3cc112e0531c32b9bda9be
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 15 09:40:32 2021 +0100
'make env' gone.
The same thing is offered entirely CLI-based now.
---
Makefile | 3 ---
integration-tests/tests.py | 12 ------------
2 files changed, 15 deletions(-)
diff --git a/Makefile b/Makefile
index 571d75a..9bb0abf 100644
--- 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
index 2061156..626f729 100755
--- 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(
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: 'make env' gone.,
gnunet <=