root/galaxy-central/run_unit_tests.sh

リビジョン 2, 263 bytes (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

  • 属性 svn:executable の設定値 *
行番号 
1#!/bin/sh
2
3## Excluding controllers due to the problematic genetrack dependency
4
5python ./scripts/nosetests.py -v -w lib \
6    --with-nosehtml --html-report-file run_unit_tests.html \
7    --with-doctest --exclude=functional --exclude="^get" --exclude=controllers
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。