From 6ef06eaee3e6374e3696c3372e0e2465ab7f4e0e Mon Sep 17 00:00:00 2001 From: sliptonic Date: Mon, 1 Jul 2019 10:37:58 -0500 Subject: [PATCH] Path: quiet lgtm about test imports --- src/Mod/Path/TestPathApp.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 +