jbuckmccready / cavalier_contours

2D polyline/shape library for offsetting, combining, etc.
Apache License 2.0
144 stars 12 forks source link

Add more test coverage to pline_seg module #9

Open jbuckmccready opened 3 years ago

jbuckmccready commented 3 years ago

Currently all functions under cavalier_contours/polyline/pline_seg.rs module only have basic doc example tests which do not cover many edge cases. A test_pline_seg.rs module should be added to the tests directory (similar to the other test integration modules) with tests that cover more thoroughly each of the functions and edge cases that can arise.