Changeset 1173:9cb8c2c37fac
- Timestamp:
- 04/11/08 16:14:32
(9 months ago)
- Author:
- Nate Coraor <nate@bx.psu.edu>
- branch:
- default
- convert_revision:
- svn:9bcadc22-80f8-0310-8a53-c8f022958886/galaxy/trunk@2534
- Message:
Fix the unit tests.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3 |
r1173 |
|
| 1 | 1 | #!/bin/sh |
|---|
| 2 | 2 | |
|---|
| 3 | | ./nosetests.sh -v -w lib \ |
|---|
| | 3 | python -ES ./scripts/nosetests.py -v -w lib \ |
|---|
| 4 | 4 | --with-nosehtml --html-report-file run_unit_tests.html \ |
|---|
| 5 | 5 | --with-doctest --exclude=functional --exclude="^get" |
|---|