tests/tools/conftest.py
changeset 1809 3f0a552549d1
parent 1808 b4764ebb352d
child 1832 0f1081928d65
equal deleted inserted replaced
1808:b4764ebb352d 1809:3f0a552549d1
    47 # but they aren't.
    47 # but they aren't.
    48 #
    48 #
    49 # To avoid this Xvfb is launched and killed not by pytest.
    49 # To avoid this Xvfb is launched and killed not by pytest.
    50 # $ Xvfb :42 -screen 0 1280x1024x24 &
    50 # $ Xvfb :42 -screen 0 1280x1024x24 &
    51 # $ export DISPLAY=:42
    51 # $ export DISPLAY=:42
    52 # $ pytest --timeout=10 ./tests/tools 
    52 # $ pytest --timeout=10 ./tests/tools
    53 # $ pkill -9 Xvfb
    53 # $ pkill -9 Xvfb
    54 #
    54 #
    55 # TODO: find root of this problem.
    55 # TODO: find root of this problem.
    56 
    56 
    57 
    57