issues
search
kalekundert
/
parametrize_from_file
Read unit test parameters from config files
MIT License
16
stars
3
forks
source link
Complain about unused parameters
#15
Open
kalekundert
opened
2 years ago
kalekundert
commented
2 years ago
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...
Not sure if there's a good way to actually do the second step...