jzbrooks / vgo

vector graphic optimization
MIT License
43 stars 2 forks source link

Add integration tests #9

Closed jzbrooks closed 5 years ago

jzbrooks commented 5 years ago

Integration tests should run the full application against vector files and compare the results to known correct results. These tests should be located in the guacamole module in a separate source set from existing unit tests and run with a new Gradle task.

jzbrooks commented 5 years ago

The setup was done here: https://github.com/jzbrooks/guacamole/commit/9a150518b5ba047827ffd624d60e837c414279a7 https://github.com/jzbrooks/guacamole/commit/193760e0189a7a4668cb440ad0c9e04885343e8b

A few tests were added for the cli here: https://github.com/jzbrooks/guacamole/commit/9aa627650d411202fca36c385d65487c3347b0d9