Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Testing of build system #125

Open
jeblundell opened this Issue Sep 13, 2016 · 1 comment

Comments

Projects
None yet
1 participant
Contributor

jeblundell commented Sep 13, 2016

Issue raised from pull request #107: we need to figure out how to sensibly do testing of the build system.

I suppose a fairly minimalistic way would be to extract all the expected views (regex match on "create materialized view"/"drop materialized view" in clean.sql?) and then test if those views exist. Gold standard would be test dataset and the expected data in each materialized view (obviously a lot of work). Thoughts?

Contributor

jeblundell commented Sep 13, 2016

This would also potentially double up as unit testing of contributed scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment