(wp, tmpdir, cwd)
| 160 | |
| 161 | @mark.skip(reason="running only smoke test for now") |
| 162 | def 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 | |
| 169 | def test_ctrlPts(): |