rename conftest so it can be imported as plugin
This commit is contained in:
parent
52c5e24f7a
commit
71c38e0a50
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ TIMEOUT = 15_000
|
|||
expect.set_options(timeout=TIMEOUT)
|
||||
|
||||
|
||||
print("heeeeeeeeeeeeeeeeeeeloooooooooooooooooooooooo")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def context(context: BrowserContext) -> BrowserContext:
|
||||
context.set_default_timeout(TIMEOUT)
|
||||
Loading…
Add table
Add a link
Reference in a new issue