added test for clean box

This commit is contained in:
hyOzd 2015-08-06 22:39:25 +03:00
parent 605eabf243
commit 935f6e1da9

View File

@ -1095,6 +1095,11 @@ class TestCadQuery(BaseTest):
self.assertEqual(18, s.faces().size())
# test removal of splitter with box
s = Workplane("XY").box(5,5,5).box(10,5,2)
self.assertEqual(14, s.faces().size())
def testNoClean(self):
"""
Test the case when clean is disabled.