Use SQL Files in data Directory to Create Test Databases
Closed this issue · 1 comments
weibullguy commented
Describe the test that is missing or needs to be fixed.
Update conftest.py fixtures to use the *.sql files in the data/ directory to create the test databases. Keep *.sql files in tests/__data but only have the INSERT statements. This ensures we're using the production *.sql files to create the databases and test failures will remind us to update the test data *.sql files.
- This issue subsumes the following issues:
dobranch
priority: low
type: test
weibullguy commented
This was already implemented in an earlier PR and is no longer needed.