greenplum-db / PivotalR-archive

An convenient R tool for manipulating tables in PostgreSQL type databases and a wrapper of Apache MADlib.
https://pivotalsoftware.github.io/gp-r/
125 stars 53 forks source link

Continuous test support #21

Open walkingsparrow opened 10 years ago

walkingsparrow commented 10 years ago

To make test-driven-development easier, we need a continuous.test function. When running, it automatically detects any changes in the source code, testing files and user doc, which contains the examples, and re-run tests or examples when necessary.

The code is in "continuous_test" branch, but not finished.