8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214e395 commit bf4d835Copy full SHA for bf4d835
pyscriptjs/tests/integration/conftest.py
@@ -39,6 +39,10 @@ def pytest_configure(config):
39
- cd tests/integration; pytest
40
"""
41
pytest.fail(msg)
42
+ else:
43
+ if config.option.dev:
44
+ config.option.headed = True
45
+ config.option.no_fake_server = True
46
47
48
@pytest.fixture(scope="session")
@@ -59,12 +63,6 @@ def pytest_addoption(parser):
59
63
)
60
64
61
65
62
-def pytest_configure(config):
- if config.option.dev:
- config.option.headed = True
- config.option.no_fake_server = True
66
-
67
68
69
def browser_type_launch_args(request):
70
0 commit comments