diff --git a/tox.ini b/tox.ini index 8212226eef2759c1864a86b8a3ad8f926480db4a..5008eb42b1b99b04d22a1c86478edbd99ef95e69 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = . pytest pytest-cov jsonschema>=4.4.0 -commands=py.test --cov=caosdb -vv {posargs} +commands=py.test --cov=linkahead -vv {posargs} [flake8] max-line-length=100 @@ -16,4 +16,4 @@ max-line-length=100 [pytest] testpaths = unittests xfail_strict = True -addopts = -x -vv --cov=caosdb +addopts = -x -vv --cov=linkahead