mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
bug 1431148: webdriver: load wpt fixtures as pytest plugin; r=davehunt
Depends on D9418 Differential Revision: https://phabricator.services.mozilla.com/D9419 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
8c1e0fdd27
commit
e4294a393e
1
testing/web-platform/tests/webdriver/tests/conftest.py
Normal file
1
testing/web-platform/tests/webdriver/tests/conftest.py
Normal file
@ -0,0 +1 @@
|
||||
pytest_plugins = "tests.support.fixtures"
|
@ -2,7 +2,7 @@ import urllib
|
||||
|
||||
|
||||
def inline(doc, doctype="html", mime="text/html;charset=utf-8", protocol="http"):
|
||||
from ..conftest import server_config, url
|
||||
from .fixtures import server_config, url
|
||||
build_url = url(server_config())
|
||||
|
||||
if doctype == "html":
|
||||
|
Loading…
Reference in New Issue
Block a user