tests/tools/conftest.py
changeset 1832 0f1081928d65
parent 1809 3f0a552549d1
child 1850 614396cbffbf
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os
    25 import os
    26 import sys
    26 import sys
       
    27 import time
       
    28 
    27 import pytest
    29 import pytest
    28 import xvfbwrapper
    30 import xvfbwrapper
    29 import time
       
    30 
    31 
    31 # append module root directory to sys.path
    32 # append module root directory to sys.path
    32 sys.path.append(
    33 sys.path.append(
    33     os.path.abspath(
    34     os.path.abspath(
    34         os.path.join(
    35         os.path.join(