Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ test_misc
Function
test_misc
tests/test_sketch.py:537–543 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
535
536
537
def
test_misc():
538
539
with
raises(ValueError):
540
Sketch()._startPoint()
541
542
with
raises(ValueError):
543
Sketch()._endPoint()
544
545
546
def
test_located():
Callers
nothing calls this directly
Calls
3
Sketch
Class · 0.90
_startPoint
Method · 0.80
_endPoint
Method · 0.80
Tested by
no test coverage detected