Formats the test code to conform better to the specified eslint rules
Reduces test dependency on hard coded data values
Most tests in the current dev branch rely on values like 'SEM_adult' for individual dataset values, or 'complete', 'head' for dataset types. This pull request removes these references and instead relies on test utility functions to get random datasets/dataset types without explicitly typing the value.
All files with changes that contain more than just formatting will be commented for easier review.
This pull request:
Most tests in the current dev branch rely on values like 'SEM_adult' for individual dataset values, or 'complete', 'head' for dataset types. This pull request removes these references and instead relies on test utility functions to get random datasets/dataset types without explicitly typing the value.
All files with changes that contain more than just formatting will be commented for easier review.
refs #20