We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fa520 commit 065921aCopy full SHA for 065921a
tests/integration/test_repair_tools.py
@@ -179,6 +179,7 @@ def test_fix_duplicate_face(modeler: Modeler):
179
design = modeler.open_file(FILES_DIR / "DuplicateFacesDesignBefore.scdocx")
180
problem_areas = modeler.repair_tools.find_duplicate_faces(design.bodies)
181
assert problem_areas[0].fix().success is True
182
+ design.close()
183
184
185
def test_find_small_faces(modeler: Modeler):
@@ -294,6 +295,7 @@ def test_find_and_fix_duplicate_faces(modeler: Modeler):
294
295
for area in areas:
296
area.fix()
297
assert len(design.bodies) == 1
298
299
300
301
def test_find_and_fix_extra_edges_problem_areas(modeler: Modeler):
0 commit comments