Initialize test settings for project
get_test_settings.RdInitialize the settings object for project tests using a config file. Use to set up test environment and data roots for validation.
Details
Parses settings file and sets up project-specific data root.
Supports relative or absolute config paths; uses WEIGHTING_CODE_PATH if relative.
Returns initialized settings object for tests.
Assumes valid config and environment; errors if missing.
See also
get_settings,parse_settings_pathscripts/tests/test_settings.R
Other test utilities:
test_results(),
test_teardown()