pipelines/components/aws/sagemaker/tests/unit_tests/run_all_tests.sh

4 lines
171 B
Bash
Executable File

export PYTHONPATH=../../
coverage run -m pytest --ignore=tests/test_utils.py --junitxml ./unit_tests.log
coverage report -m --omit "*/usr/*,tests/*,*__init__*,*/Python/*"