Watts-Lab / commonsense-platform

Commonsense platform
https://commonsense.seas.upenn.edu
1 stars 0 forks source link

Generate testing DB on the fly to allow for testing without static local DB #148

Closed markwhiting closed 2 weeks ago

markwhiting commented 3 weeks ago

Currently, we have a static testing DB, but when the DB structure changes, this could cause some testing issues. Therefore, we should have a mechanism for dynamically generating the testing DB from the production DB.

This is done when testing no longer requires any static DB files to be local and can be fully integrated into the actions pipeline (or run locally in an integrated fashion)

We probably should have a test that checks if the test DB adequately captures the model of the production DB.