Lower level discrete tests for Linuxcnc post
This commit is contained in:
@@ -38,6 +38,9 @@ from PathTests.TestPathHelixGenerator import TestPathHelixGenerator
|
||||
from PathTests.TestPathLog import TestPathLog
|
||||
from PathTests.TestPathOpTools import TestPathOpTools
|
||||
|
||||
# from PathTests.TestPathPost import PathPostTestCases
|
||||
from PathTests.TestLinuxCNCPost import TestLinuxCNCPost
|
||||
from PathTests.TestPathPost import OutputOrderingTestCases
|
||||
from PathTests.TestPathPost import TestPathPostUtils
|
||||
from PathTests.TestPathPost import TestBuildPostList
|
||||
from PathTests.TestPathPost import TestOutputNameSubstitution
|
||||
@@ -76,6 +79,7 @@ False if TestPathOpTools.__name__ else True
|
||||
# False if TestPathPost.__name__ else True
|
||||
False if TestBuildPostList.__name__ else True
|
||||
False if TestOutputNameSubstitution.__name__ else True
|
||||
False if TestLinuxCNCPost.__name__ else True
|
||||
False if TestPathPostUtils.__name__ else True
|
||||
False if TestPathPreferences.__name__ else True
|
||||
False if TestPathPropertyBag.__name__ else True
|
||||
|
||||
Reference in New Issue
Block a user