OHDSI Home | Forums | Wiki | Github

Testing framework

I had someone ask me a question I had no idea how to answer. What is the test framework for the OHDSI tools? Just thinking about the queries, the analysis tools (e.g., R packages), and the UI. Are there test frameworks? Is there a CI process? Is this documented somewhere? Thanks for any guidance.

OHDSI Development page in wiki might be helpful.

The R packages rely heavily on unit testing, and we use Travis for continuous integration. I’ve been trying to document it here, but haven’t gotten around to finishing that document.

t