precice / fenics-adapter

preCICE-adapter for the open source computing platform FEniCS
GNU Lesser General Public License v3.0
29 stars 15 forks source link

Use `tox` for testing #177

Open BenjaminRodenberg opened 3 months ago

BenjaminRodenberg commented 3 months ago

We currently use python3 setup.py test which is already deprecated for quite some time. I, therefore, get the following warning when running tests via python3 setup.py test:

WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.