Enable Python Draft import tests
A failing test was added to Draft tests to ensure CI catches it
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user