cic-internal-integration/apps/cic-eth/tests/run_tests.sh

11 lines
358 B
Bash
Raw Normal View History

2021-08-28 18:26:16 +02:00
#! /bin/bash
set -e
2022-01-10 13:43:10 +01:00
pip install --extra-index-url https://pip.grassrootseconomics.net --extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple \
-r admin_requirements.txt \
-r services_requirements.txt \
2021-08-28 18:26:16 +02:00
-r test_requirements.txt
export PYTHONPATH=. && pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests