Path: Add 5 unit tests for importing gcode with gcode_pre

This commit is contained in:
Russell Johnson
2022-03-26 19:23:42 -05:00
parent 5c5e513781
commit b9694ee66e
2 changed files with 174 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -40,6 +40,7 @@ from PathTests.TestPathOpTools import TestPathOpTools
# from PathTests.TestPathPost import PathPostTestCases
from PathTests.TestPathPost import TestPathPostUtils
from PathTests.TestPathPost import TestPathPostImport
from PathTests.TestPathPreferences import TestPathPreferences
from PathTests.TestPathPropertyBag import TestPathPropertyBag
from PathTests.TestPathRotationGenerator import TestPathRotationGenerator
@@ -70,6 +71,7 @@ False if TestPathHelpers.__name__ else True
# False if TestPathHelix.__name__ else True
False if TestPathLog.__name__ else True
False if TestPathOpTools.__name__ else True
False if TestPathPostImport.__name__ else True
# False if TestPathPost.__name__ else True
False if TestPathPostUtils.__name__ else True
False if TestPathPreferences.__name__ else True