We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a89a6 commit 70b1572Copy full SHA for 70b1572
tests/unit/conftest.py
@@ -42,6 +42,7 @@ class _Dummy:
42
async_api_mod.BrowserContext = _Dummy
43
async_api_mod.Page = _Dummy
44
async_api_mod.Playwright = _Dummy
45
+async_api_mod.PlaywrightContextManager = _Dummy
46
47
48
async def _async_playwright():
@@ -53,6 +54,7 @@ async def _async_playwright():
53
54
sync_api_mod.BrowserContext = _Dummy
55
sync_api_mod.Page = _Dummy
56
sync_api_mod.Playwright = _Dummy
57
+sync_api_mod.PlaywrightContextManager = _Dummy
58
59
60
def _sync_playwright():
0 commit comments