Lower level discrete tests for Linuxcnc post

This commit is contained in:
sliptonic
2022-06-10 17:44:08 -05:00
committed by LarryWoestman
parent e24cd8f03c
commit ff5e3734da
4 changed files with 294 additions and 115 deletions

View File

@@ -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