diff --git a/src/Mod/Path/TestPathApp.py b/src/Mod/Path/TestPathApp.py index 62006e0494..b3844ac667 100644 --- a/src/Mod/Path/TestPathApp.py +++ b/src/Mod/Path/TestPathApp.py @@ -30,7 +30,7 @@ from PathTests.TestPathCore import TestPathCore from PathTests.TestPathGeom import TestPathGeom from PathTests.TestPathOpTools import TestPathOpTools from PathTests.TestPathUtil import TestPathUtil -from PathTests.TestPathDepthParams import depthTestCases +from PathTests.TestPathDepthParams import depthTestCases from PathTests.TestPathDressupHoldingTags import TestHoldingTags from PathTests.TestPathDressupDogbone import TestDressupDogbone from PathTests.TestPathStock import TestPathStock @@ -40,3 +40,20 @@ from PathTests.TestPathToolController import TestPathToolController from PathTests.TestPathSetupSheet import TestPathSetupSheet from PathTests.TestPathDeburr import TestPathDeburr +# dummy usage to get flake8 and lgtm quiet +False if TestApp.__name__ else True +False if TestPathLog.__name__ else True +False if TestPathCore.__name__ else True +False if TestPathGeom.__name__ else True +False if TestPathOpTools.__name__ else True +False if TestPathUtil.__name__ else True +False if depthTestCases.__name__ else True +False if TestHoldingTags.__name__ else True +False if TestDressupDogbone.__name__ else True +False if TestPathStock.__name__ else True +False if TestPathTool.__name__ else True +False if TestPathTooltable.__name__ else True +False if TestPathToolController.__name__ else True +False if TestPathSetupSheet.__name__ else True +False if TestPathDeburr.__name__ else True +