gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-util] 29/51: rename function


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] 29/51: rename function
Date: Mon, 23 Sep 2019 22:02:20 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository taler-util.

commit 8bd119c69afdea89d020d49727e37d166028d849
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 7 13:58:06 2019 +0100

    rename function
---
 python/log/test_ut.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/log/test_ut.py b/python/log/test_ut.py
index 6d84190..6227d4c 100755
--- a/python/log/test_ut.py
+++ b/python/log/test_ut.py
@@ -54,7 +54,7 @@ class TestGnunetLog(TestCase):
     # (WARNING) will apply)!
     @patch("logging.Logger.setLevel")
     @patch("logging.basicConfig")
-    def test_env(self, mocked_basicconfig, mocked_setLevel):
+    def test_no_env_and_no_setup(self, mocked_basicconfig, mocked_setLevel):
         # Double-check no env variable gets in the way.
         assert None == os.environ.get("GNUNET_FORCE_LOG")
         assert None == os.environ.get("GNUNET_LOG")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]