dvalters / HAIL-CAESAR

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
http://dvalters.github.io/HAIL-CAESAR
GNU General Public License v3.0
38 stars 12 forks source link

Fix deprecated fixtures behaviour #37

Closed dvalters closed 3 years ago

dvalters commented 3 years ago

Summary

You cannot call fixtures directly in the latest version of Pytest. This means decorated functions as fixtures cannot be called when calling parameterised functions that have fixture functions as input arguments.

Solution:

Make the fixture a standard function.