Enable Python Draft import tests

A failing test was added to Draft tests to ensure CI catches it
This commit is contained in:
Kevin Martin
2025-10-30 12:15:48 -04:00
parent 67cdd23918
commit 44bb16cae7
2 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class DraftDXF(test_base.DraftTestCaseDoc):
_msg(" exists={}".format(os.path.exists(in_file)))
obj = aux.fake_function(in_file)
self.assertTrue(obj, "'{}' failed".format(operation))
self.assertFalse(obj, "'{}' failed".format(operation))
def test_export_dxf(self):
"""Create some figures and export them to a DXF file."""