Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FI-2041: Custom suites with no ids now throw standard error (#387)
* Custom suites with no ids now throw standard error Original bug: a critical error would result when running custom test suites with either a) a blank id field (e.g., id = '') b) no id field and the console output did not provide meaningful information to the source of the error. These conditions are now checked for and will throw a standard error with a specific message upon startup * Resolving linter failures * Resolving linter failures * Add suite name to error output Co-authored-by: Stephen MacVicar <[email protected]> * Combining suite ID checks into single condition --------- Co-authored-by: Stephen MacVicar <[email protected]>
- Loading branch information