Browse Source

Enable tests in CI for scripts

pull/14684/head
Sebastián Ramírez 6 months ago
parent
commit
c0c8a1e2ae
  1. 2
      scripts/test.sh

2
scripts/test.sh

@ -4,4 +4,4 @@ set -e
set -x set -x
export PYTHONPATH=./docs_src export PYTHONPATH=./docs_src
coverage run -m pytest tests ${@} coverage run -m pytest tests scripts/tests/ ${@}

Loading…
Cancel
Save