Skip to content

Commit 194c92c

Browse files
committed
Merge branch 'p0' into p1
2 parents 341c80c + 70b1572 commit 194c92c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class _Dummy:
4242
async_api_mod.BrowserContext = _Dummy
4343
async_api_mod.Page = _Dummy
4444
async_api_mod.Playwright = _Dummy
45+
async_api_mod.PlaywrightContextManager = _Dummy
4546

4647

4748
async def _async_playwright():
@@ -53,6 +54,7 @@ async def _async_playwright():
5354
sync_api_mod.BrowserContext = _Dummy
5455
sync_api_mod.Page = _Dummy
5556
sync_api_mod.Playwright = _Dummy
57+
sync_api_mod.PlaywrightContextManager = _Dummy
5658

5759

5860
def _sync_playwright():

0 commit comments

Comments
 (0)