Revision 033df02150a219adc687f840011de3ff48367ca3 authored by Bryna Hazelton on 07 July 2020, 23:26:41 UTC, committed by Matthew Kolopanis on 10 July 2020, 20:12:49 UTC
1 parent 40d8ea4
Raw File
test_cover_noinstall.sh
#! /bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..

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