MCPcopy 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
537def test_misc():
538
539 with raises(ValueError):
540 Sketch()._startPoint()
541
542 with raises(ValueError):
543 Sketch()._endPoint()
544
545
546def test_located():

Callers

nothing calls this directly

Calls 3

SketchClass · 0.90
_startPointMethod · 0.80
_endPointMethod · 0.80

Tested by

no test coverage detected