mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
6 lines
156 B
Bash
Executable File
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"
|