Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
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
jeblundell commentedSep 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?