commit e9acc1c3825124d1ae6be92928f61b37fe363844
Author: Arturo Filastò <[email protected]>
Date:   Thu Jan 30 19:02:08 2014 +0100

    Disable logging globally in tests.
---
 ooni/tests/__init__.py |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/ooni/tests/__init__.py b/ooni/tests/__init__.py
index e69de29..1b5c949 100644
--- a/ooni/tests/__init__.py
+++ b/ooni/tests/__init__.py
@@ -0,0 +1,3 @@
+from ooni.settings import config
+
+config.logging = False



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to