Skip to content

Commit

Permalink
use pytest xdist in local code coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jul 6, 2023
1 parent 8c6eded commit b6dd5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_cover_noinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cd $DIR/..
CFLAGS="-DCYTHON_TRACE=1 -DCYTHON_TRACE_NOGIL=1" pip install -e . --no-deps

cd pyuvdata
python -m pytest --cov=pyuvdata --cov-config=../.coveragerc\
python -m pytest -n auto --cov=pyuvdata --cov-config=../.coveragerc\
--cov-report term --cov-report html:tests/cover \
"$@"

0 comments on commit b6dd5d7

Please sign in to comment.