MCPcopy Index your code
hub / github.com/CadQuery/cadquery / testEnd

Method testEnd

tests/test_cadquery.py:4999–5006  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4997 )
4998
4999 def testEnd(self):
5000
5001 with self.assertRaises(ValueError):
5002 Workplane().end()
5003
5004 self.assertTrue(Workplane().objects == [])
5005 self.assertTrue(Workplane().box(1, 1, 1).end().objects == [])
5006 self.assertTrue(Workplane().box(1, 1, 1).box(2, 2, 1).end(2).objects == [])
5007
5008 def testCutEach(self):
5009

Callers

nothing calls this directly

Calls 3

WorkplaneClass · 0.85
endMethod · 0.80
boxMethod · 0.80

Tested by

no test coverage detected