MCPcopy Create free account
hub / github.com/microsoft/Webwright / test_check_python

Function test_check_python

tests/unit/test_doctor.py:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def test_check_python():
14 ok, message = check_python()
15
16 assert isinstance(ok, bool)
17 assert isinstance(message, str)
18
19
20def test_check_playwright():

Callers

nothing calls this directly

Calls 1

check_pythonFunction · 0.90

Tested by

no test coverage detected