Fixed path unit test setup for new PathDressup

This commit is contained in:
Markus Lampert
2018-01-22 19:40:50 +01:00
committed by wmayer
parent 55268a06f4
commit e4e5d4e5f5
@@ -41,6 +41,7 @@ class TestProfile:
self.Direction = direction
self.Path = Path.Path(path)
self.ToolController = None # default tool 5mm
self.Name = 'Profile'
class TestFeature:
def __init__(self):