nansencenter / DAPPER

Data Assimilation with Python: a Package for Experimental Research
https://nansencenter.github.io/DAPPER
MIT License
342 stars 119 forks source link

Cannot run single test anymore #47

Closed patnr closed 3 years ago

patnr commented 3 years ago

I want the command pytest to run all tests. That's why the addopts in pyproject.toml is so long.

But now it seems impossible to run just a single tests using pytest tests/test_desired.py

So I think maybe the different purposes of testing (regular, doctests, coverage, etc) should be split, and made into different tox test environments.

This might complicate the travis setup... we'll see