Test project results against database
test_results.RdTest whether project results match database outputs for validation. Use to compare output files to database tables in test pipelines.
Details
Loops through output map and compares output files to database tables.
Checks final weight columns and ID columns for consistency.
Returns nothing; side effect is test validation.
Assumes valid settings and output map; errors if missing.
See also
fetch_hts_tablescripts/tests/test_results.R
Other test utilities:
get_test_settings(),
test_teardown()