brey / pyPoseidon

Framework for hydrodynamic simulations of geoflows
https://pyposeidon.readthedocs.io/
European Union Public License 1.2
7 stars 8 forks source link

tests: Consolidate access to the data fixtures #13

Closed pmav99 closed 4 years ago

pmav99 commented 4 years ago

With the previous approach the tests were only working if they were run from within the tests directory. Now it shouldn't matter.

NOTE: I haven't actually tested the solvers tests, so there might be some bug which should easily be solvable by adding an as_posix() to the pathlib objects.