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

Function test_plugin_manifests_missing

tests/unit/test_doctor.py:77–83  ·  view source on GitHub ↗
(tmp_path, monkeypatch)

Source from the content-addressed store, hash-verified

75
76
77def test_plugin_manifests_missing(tmp_path, monkeypatch):
78 monkeypatch.chdir(tmp_path)
79
80 ok, message = check_plugin_manifests()
81
82 assert ok is False
83 assert "missing" in message
84
85
86def test_screenshot_file_cleanup():

Callers

nothing calls this directly

Calls 1

check_plugin_manifestsFunction · 0.90

Tested by

no test coverage detected