Closed lrasmus closed 2 years ago
They do need a database setup with sample CDM (common data model) data. The unit tests do not make any modification to the database. You will need to be provided with this test data. We are planning to submit that to IEEE Data Port. In the meantime, I will figure out how to provide it to you.
The ConnectionString.config will have to be copied from the template and modified accordingly.
Thank you @ddeehere! Do the tests expect your specific dataset, or is it possible to incorporate - for example - an OMOP CDM populated with SynPuf data? If there are general instructions (apologies if I missed these) on how to configure and run the tests, I'm happy to keep proceeding.
@lrasmus I added a section on Regression Tests in the README.md, which links to the Confluence page with an explanation of the framework and the steps to run it. The way the tests is collected is this:
Currently, we do not support OMOP.
NOTE: Still working on providing the CDM.
@ddeehere - thank you. Could you please contact me at luke.rasmussen[at]gmail.com about this latest commit?
As part of https://github.com/openjournals/joss-reviews/issues/4062, I am running through unit tests and had multiple failures. The error is fairly consistent and descriptive:
I wanted to confirm (I did not see documentation on the README page) what setup steps are needed to run the unit tests. Are these more integration tests - requiring a full database setup, and setup of a configuration file?