Path: Allow error diff's to be as long as necessary.

This commit is contained in:
LarryWoestman
2022-09-10 09:27:41 -07:00
parent 3ee55aa2e7
commit 9b322be497

View File

@@ -72,6 +72,7 @@ class TestRefactoredTestPost(PathTestUtils.PathTestBase):
This method is called prior to each `test()` method. Add code and
objects here that are needed for multiple `test()` methods.
"""
self.maxDiff = None
self.doc = FreeCAD.ActiveDocument
self.con = FreeCAD.Console
self.docobj = FreeCAD.ActiveDocument.addObject("Path::Feature", "testpath")