blob: cbc4f83421bb4868d1e6958a0622676895eac9ca [file] [log] [blame]
import os
import sys
# Hack to avoid duplicating the conftest file
wdpath = os.path.abspath(os.path.join(os.path.dirname(__file__),
"../../../webdriver/"))
sys.path.insert(0, wdpath)
from tests.conftest import *