jchester / spc-kit

A toolkit for statistical process control using SQL
Apache License 2.0
56 stars 3 forks source link

Add testing #8

Closed jchester closed 1 month ago

jchester commented 2 months ago

Currently testing is done manually, by inserting data and checking to see what shows up in spc_reports.

It should be done automatically. Use an external language (Ruby would be nice and easy) to drive tests, so that they could in future be applied to other SQL dialects.