Merge branch 'main' into bgbsww-toponamingAddFeatureRefine
This commit is contained in:
@@ -30,6 +30,7 @@ App = FreeCAD
|
||||
class TestMultiTransform(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.Doc = FreeCAD.newDocument("PartDesignTestMultiTransform")
|
||||
FreeCAD.ConfigSet("SuppressRecomputeRequiredDialog", "True")
|
||||
|
||||
def testMultiTransform(self):
|
||||
self.Body = self.Doc.addObject('PartDesign::Body','Body')
|
||||
@@ -137,5 +138,6 @@ class TestMultiTransform(unittest.TestCase):
|
||||
def tearDown(self):
|
||||
#closing doc
|
||||
FreeCAD.closeDocument("PartDesignTestMultiTransform")
|
||||
# print ("omit closing document for debugging")
|
||||
FreeCAD.ConfigSet("SuppressRecomputeRequiredDialog", "")
|
||||
#print ("omit closing document for debugging")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user