File: test_Finch.sh

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (5 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env bash
set -euxo pipefail

python -c 'import finch'
PYTHONFAULTHANDLER="${HOME}/faulthandler.log" SPARSE_BACKEND=Finch pytest --pyargs sparse/tests --cov-report=xml:coverage_Finch.xml -n auto -vvv