tests/tools/conftest.py
changeset 1809 3f0a552549d1
parent 1808 b4764ebb352d
child 1832 0f1081928d65
--- a/tests/tools/conftest.py	Fri Sep 15 19:45:41 2017 +0300
+++ b/tests/tools/conftest.py	Fri Sep 15 19:51:31 2017 +0300
@@ -49,7 +49,7 @@
 # To avoid this Xvfb is launched and killed not by pytest.
 # $ Xvfb :42 -screen 0 1280x1024x24 &
 # $ export DISPLAY=:42
-# $ pytest --timeout=10 ./tests/tools 
+# $ pytest --timeout=10 ./tests/tools
 # $ pkill -9 Xvfb
 #
 # TODO: find root of this problem.