diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 1057e94..8af7f79 100644 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,4 +1,4 @@ #!/bin/bash # Helper script to run tests -PYTHONPATH=.:src pipenv run pytest --cov=src --cov-report term-missing --cov-fail-under=99 --cov-report=xml:coverage.xml -W ignore::DeprecationWarning test +PYTHONPATH=.:src pipenv run pytest --ignore=src/clients/CatalogClient.py --ignore=src/clients/baseclient.py --cov=src --cov-report term-missing --cov-fail-under=99 --cov-report=xml:coverage.xml -W ignore::DeprecationWarning test