MCPcopy
hub / github.com/CadQuery/cadquery / test_sanitize

Function test_sanitize

tests/test_sketch.py:960–964  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

958
959
960def test_sanitize():
961
962 # it does not make sense to fuse faces and Locations
963 with raises(ValueError):
964 Sketch().rect(1, 1) + Sketch().rarray(1, 1, 1, 1)
965
966
967def test_missing_selection(s1):

Callers

nothing calls this directly

Calls 3

SketchClass · 0.90
rectMethod · 0.45
rarrayMethod · 0.45

Tested by

no test coverage detected