Revision f4cafea9a8df2843eee286607add8d3a90e4e648 authored by Bryna Hazelton on 11 July 2018, 23:28:13 UTC, committed by Bryna Hazelton on 12 July 2018, 16:20:08 UTC
1 parent f71a5fa
Raw File
test_cover_noinstall.sh
#! /bin/bash

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

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