Files
galaxy/run_unit_tests.sh
T
2006-11-15 16:55:17 +00:00

6 lines
156 B
Bash
Executable File

#!/bin/sh
./nosetests.sh -v -w lib \
--with-nosehtml --html-report-file run_unit_tests.html \
--with-doctest --exclude=functional --exclude="^get"