Run tools tests in CI.

pull/2482/head
Alexis 5 months ago
parent f1df3ea753
commit 94fc82cc74
No known key found for this signature in database
  1. 4
      .github/scripts/tool_test_runner.sh

@ -2,11 +2,11 @@
# used to pass --cov=$path and --cov-append to pytest
if [ "$1" != "" ]; then
pytest "$1" tests/tools/read-storage/test_read_storage.py
pytest "$1" tests/tools
status_code=$?
python -m coverage report
else
pytest tests/tools/read-storage/test_read_storage.py
pytest tests/tools
status_code=$?
fi

Loading…
Cancel
Save