gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: alternative to xfail


From: gnunet
Subject: [libeufin] branch master updated: alternative to xfail
Date: Tue, 26 Jan 2021 15:55:46 +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 60948b2  alternative to xfail
60948b2 is described below

commit 60948b2df4410adfb88a81b7e1f426c1c444bce6
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 15:55:42 2021 +0100

    alternative to xfail
---
 integration-tests/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index 45c31e9..3a6da70 100755
--- a/integration-tests/tests.py
+++ b/integration-tests/tests.py
@@ -127,7 +127,7 @@ def setup_function():
         prepareNexus()
     except Exception:
         teardown_function()
-        pytest.xfail("Failed to setup this test")
+        assert False, "Setup function failed"
 
 def teardown_function():
     dropSandboxTables()

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