Skip to content

Commit

Permalink
Import localpaths in resources/test/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k7z45 committed Feb 12, 2021
1 parent 24e39c9 commit 7fb0819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
TEST_TYPES = ('functional', 'unit')
DEFAULT_VARIANTS = ["?default"]

sys.path.insert(0, os.path.normpath(os.path.join(WPT_ROOT, "tools")))
import localpaths

sys.path.insert(0, os.path.normpath(os.path.join(WPT_ROOT, "tools", "webdriver")))
import webdriver

Expand Down

0 comments on commit 7fb0819

Please sign in to comment.