From 65a59b102fc7707858da2997a8132238fd68c1c7 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Sat, 24 Jul 2021 21:39:25 -0500 Subject: [PATCH] Path: Re-enable all disabled Path unit tests --- src/Mod/Path/TestPathApp.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mod/Path/TestPathApp.py b/src/Mod/Path/TestPathApp.py index e436dbd86c..961046d948 100644 --- a/src/Mod/Path/TestPathApp.py +++ b/src/Mod/Path/TestPathApp.py @@ -24,7 +24,6 @@ import TestApp # from PathTests.TestPathPost import PathPostTestCases from PathTests.TestPathAdaptive import TestPathAdaptive -""" from PathTests.TestPathCore import TestPathCore from PathTests.TestPathDeburr import TestPathDeburr from PathTests.TestPathDepthParams import depthTestCases @@ -46,17 +45,13 @@ from PathTests.TestPathTooltable import TestPathTooltable from PathTests.TestPathUtil import TestPathUtil from PathTests.TestPathVcarve import TestPathVcarve from PathTests.TestPathVoronoi import TestPathVoronoi -""" # dummy usage to get flake8 and lgtm quiet -""" False if depthTestCases.__name__ else True False if TestApp.__name__ else True False if TestDressupDogbone.__name__ else True False if TestHoldingTags.__name__ else True -""" False if TestPathAdaptive.__name__ else True -""" False if TestPathCore.__name__ else True False if TestPathDeburr.__name__ else True False if TestPathGeom.__name__ else True @@ -75,4 +70,3 @@ False if TestPathTooltable.__name__ else True False if TestPathUtil.__name__ else True False if TestPathVcarve.__name__ else True False if TestPathVoronoi.__name__ else True -"""