The `recipe` fixture could be parametrised, instead of returning a list of recipes to loop over in other test functions. https://github.com/eth-cscs/stackinator/blob/dbd21f12d58d1511cdcac6eb927f8cd73e371568/unittests/test_schema.py#L26-L28
The
recipefixture could be parametrised, instead of returning a list of recipes to loop over in other test functions.stackinator/unittests/test_schema.py
Lines 26 to 28 in dbd21f1