Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ test_finalize
Function
test_finalize
tests/test_sketch.py:529–534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
527
528
529
def
test_finalize():
530
531
parent = object()
532
s = Sketch(parent).rect(2, 2).circle(0.5, mode=
"s"
)
533
534
assert s.finalize() is parent
535
536
537
def
test_misc():
Callers
nothing calls this directly
Calls
4
Sketch
Class · 0.90
finalize
Method · 0.80
circle
Method · 0.45
rect
Method · 0.45
Tested by
no test coverage detected