https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7f8a84bc334eec7710b017874da0eeab96b88554 authored by Nicholas Kern on 10 May 2018, 21:24:37 UTC, committed by Bryna Hazelton on 11 May 2018, 06:55:31 UTC
1 parent 446ece8
Raw File
Tip revision: 7f8a84bc334eec7710b017874da0eeab96b88554 authored by Nicholas Kern on 10 May 2018, 21:24:37 UTC
minor comment typo
Tip revision: 7f8a84b
test_coverage.sh
#! /bin/bash

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

python setup.py install

cd pyuvdata/tests
nosetests --with-coverage --cover-erase --cover-package=pyuvdata --cover-html "$@"
back to top