gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-util] 37/51: fix after file rename


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] 37/51: fix after file rename
Date: Mon, 23 Sep 2019 22:02:28 +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 be06e0500f4a8e3d14c2dc8bab96ee8980168149
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 7 16:20:36 2019 +0100

    fix after file rename
---
 python/log/{test_ut.py => test.py} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/log/test_ut.py b/python/log/test.py
similarity index 96%
rename from python/log/test_ut.py
rename to python/log/test.py
index eb51458..8fc6e59 100755
--- a/python/log/test_ut.py
+++ b/python/log/test.py
@@ -77,7 +77,7 @@ class TestGnunetLog(TestCase):
     @patch("logging.basicConfig")
     def test_non_forced_env(self, mocked_basicConfig, mocked_setLevel):
         assert None == os.environ.get("GNUNET_FORCE_LOG")
-        os.environ["GNUNET_LOG"] = 
"gnunet-pylog;test_ut.py;test_non_forced_env;60-90;ERROR"
+        os.environ["GNUNET_LOG"] = 
"gnunet-pylog;test.py;test_non_forced_env;60-90;ERROR"
         gl = GL("gnunet-pylog")
         gl.log("msg", gl.DEBUG)
         mocked_setLevel.assert_called_with(level=logging.ERROR)
@@ -89,7 +89,7 @@ class TestGnunetLog(TestCase):
     @patch("logging.basicConfig")
     def test_only_forced_env(self, mocked_basicConfig, mocked_setLevel):
         assert None == os.environ.get("GNUNET_LOG")
-        os.environ["GNUNET_FORCE_LOG"] = 
"gnunet-pylog;test_ut.py;test_only_forced_env;70-100;ERROR"
+        os.environ["GNUNET_FORCE_LOG"] = 
"gnunet-pylog;test.py;test_only_forced_env;70-100;ERROR"
         gl = GL("gnunet-pylog")
         gl.log("msg", gl.DEBUG)
         mocked_setLevel.assert_called_with(level=logging.ERROR)

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



reply via email to

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