parametrize_from_file
parametrize_from_file copied to clipboard
Complain about unused parameters
- Each time a file is loaded, note the top-level keys in global variable.
- Each time a test is run, note which parameters were actually used.
- At the end, make sure that there are no unused parameters.
Not sure if there's a good way to actually do the second step...