PD: Add tests for InvoluteGear

There are some basic tests to cover the gear profile and its parameters
and some integration tests for the interaction with PD Pad and Pocket.

I followed the same pattern as the other PartDesign tests, e.g. not using
PEP8 style method names. Eventually some helper methods could be
extracted and moved to the common base framework in Mod/Test, but that's
another step.
This commit is contained in:
Jonas Bähr
2022-01-16 16:57:59 +01:00
committed by wwmayer
parent 8047723cde
commit 75d7feaa33
3 changed files with 140 additions and 0 deletions

View File

@@ -48,3 +48,6 @@ from PartDesignTests.TestFillet import TestFillet
from PartDesignTests.TestChamfer import TestChamfer
from PartDesignTests.TestDraft import TestDraft
from PartDesignTests.TestThickness import TestThickness
# extras
from PartDesignTests.TestInvoluteGear import TestInvoluteGear