Added HoldingTags dressup with tests, using PathGeom and PathTestUtils.

This commit is contained in:
Markus Lampert
2016-11-29 02:40:29 -08:00
parent 43a15a2083
commit 98f6ab6803
8 changed files with 1785 additions and 8 deletions

View File

@@ -29,3 +29,8 @@ from PathTests.TestPathPost import PathPostTestCases
from PathTests.TestPathGeom import TestPathGeom
from PathTests.TestPathDepthParams import depthTestCases
from PathTests.TestPathDressupHoldingTags import TestTag01BasicTag
from PathTests.TestPathDressupHoldingTags import TestTag02SquareTag
from PathTests.TestPathDressupHoldingTags import TestTag03TrapezoidTag
from PathTests.TestPathDressupHoldingTags import TestTag04TriangularTag