Revise test_rdv_param_setting to detect missing generators and check numbers. #349
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Enhancement
New functionality, model or documentation
ZC: Kernel
DO NOT USE THIS LABEL
ZP: Pending
DO NOT USE THIS LABEL
Milestone
Currently, anyone implementing a new RDV has to add a parameter-setting test to
test_rdv_param_setting.sli
. This may be forgotten. One should put all test setup into an array, so one can check that tests are available for all generators inrdevdict
.In addition, where numbers are generated, one may also check for upper and lower bounds and data type (double vs long).
This was known as trac829.
The text was updated successfully, but these errors were encountered: