Files
galaxy/run_unit_tests.sh
T
2008-04-11 20:14:32 +00:00

6 lines
175 B
Bash
Executable File

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