## Description As the database evolves, there needs to be a way to systematically check whether all of the desired features work correctly with each new version ## Components Affected * Tests.py to run tests * Queries to SQL Database ## Implementation * [ ] Outline required capabilities of SQL Queries * [ ] Implement functions in testing script to automatically review capabilities * [ ] Feed testing data * [ ] Provide feedback on success or failure of scripts
Description
As the database evolves, there needs to be a way to systematically check whether all of the desired features work correctly with each new version
Components Affected
Implementation