From d53bb5ebca700ad237cc25d8f43c12a4e875f9a1 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Wed, 19 Jan 2022 13:50:54 -0600 Subject: [PATCH] fix missing test import --- src/Mod/Path/TestPathApp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/TestPathApp.py b/src/Mod/Path/TestPathApp.py index a1695e08be..797f7fc410 100644 --- a/src/Mod/Path/TestPathApp.py +++ b/src/Mod/Path/TestPathApp.py @@ -28,6 +28,7 @@ from PathTests.TestPathDeburr import TestPathDeburr from PathTests.TestPathDepthParams import depthTestCases from PathTests.TestPathDressupDogbone import TestDressupDogbone from PathTests.TestPathDressupHoldingTags import TestHoldingTags +from PathTests.TestPathDrillable import TestPathDrillable from PathTests.TestPathDrillGenerator import TestPathDrillGenerator from PathTests.TestPathGeom import TestPathGeom # from PathTests.TestPathHelix import TestPathHelix