Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
960
def
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
967
def
test_missing_selection(s1):
Callers
nothing calls this directly
Calls
3
Sketch
Class · 0.90
rect
Method · 0.45
rarray
Method · 0.45
Tested by
no test coverage detected