MCPcopy Index your code
hub / github.com/CadQuery/cadquery / test_screenshot_no_patch

Function test_screenshot_no_patch

tests/test_vis.py:162–166  ·  view source on GitHub ↗
(wp, tmpdir, cwd)

Source from the content-addressed store, hash-verified

160
161@mark.skip(reason="running only smoke test for now")
162def test_screenshot_no_patch(wp, tmpdir, cwd):
163
164 with cwd(tmpdir):
165 show(wp, interact=False, screenshot="img.png", trihedron=False, gradient=False)
166 assert (Path(tmpdir) / "img.png").exists()
167
168
169def test_ctrlPts():

Callers

nothing calls this directly

Calls 1

showFunction · 0.90

Tested by

no test coverage detected