commit b9dbbb6c918a11b3887dbcb8e21f4d47ef0585cd Author: Arturo art@fuffa.org Date: Fri Nov 20 13:49:49 2015 +0100
Improve Readme and fix typo in test_settings --- README.rst | 1 - ooni/tests/test_settings.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.rst b/README.rst index 5c043cd..71a253e 100644 --- a/README.rst +++ b/README.rst @@ -393,4 +393,3 @@ On Debian based systems a development environment can be setup as follows: (prer python setup.py install ooniprobe -s # if all went well, lists available tests
- diff --git a/ooni/tests/test_settings.py b/ooni/tests/test_settings.py index 6b7c3b9..f94ca14 100644 --- a/ooni/tests/test_settings.py +++ b/ooni/tests/test_settings.py @@ -79,7 +79,7 @@ class TestSettings(ConfigTestCase): @defer.inlineCallbacks def test_check_tor_correct(self): """ - This test has been disabled because there is a starge concatenation of + This test has been disabled because there is a strange concatenation of conditions that make it not possible to run it on travis. The tests need to be run as root on travis so that the ones that use scapy will work properly. When running tor as root, though, it will by
tor-commits@lists.torproject.org