Skip to content

Commit

Permalink
Additional test for offset2d
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus7070 committed Feb 15, 2021
1 parent d3d6882 commit fc6fe7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cadquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -3893,6 +3893,8 @@ def testOffset2D(self):
self.assertEqual(len(w6.ctx.pendingWires), 0)
self.assertEqual(w6.size(), 1)
self.assertEqual(type(w6.val()), Wire)
# make sure the resulting wire has forConstruction set
self.assertEqual(w6.val().forConstruction, True)

def testConsolidateWires(self):

Expand Down

0 comments on commit fc6fe7e

Please sign in to comment.