Skip to content

Commit

Permalink
feat: improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Nov 28, 2023
1 parent 4448eb7 commit e910232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parametrize_from_file/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def _check_test_params_keys(test_params):
indent(_format_case_params(e.params), " ")
)
err.blame += lambda e: (
"the following parameters are missing:\n" +
"the following parameters are present in other test cases, but not this one:\n" +
'\n'.join(e.missing)
)
raise err
Expand Down

0 comments on commit e910232

Please sign in to comment.