diff --git a/tests/pytest.ini b/tests/pytest.ini index 8703b3f..8cb6049 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,3 +1,3 @@ [pytest] python_files=??_test_*.py -addopts = --cov vecrec --cov-report html --no-cov-on-fail --doctest-modules +addopts = --doctest-modules