https://github.com/genome/genome
Raw File
Tip revision: 1f3f2c9d59269e295bd8be86666597a210b38807 authored by Thomas B. Mooney on 25 January 2017, 14:05:06 UTC
Merge pull request #1657 from tmooney/fix_clinseq_tests_using_purged_data
Tip revision: 1f3f2c9
README.md
Running the genome-env tests require [BATS][] and can be run by:

    cd .../genome-env-tests
    bats *.bats

There is no test coverage for the `-m`, `-M`, or `-d` options.

[BATS]: https://github.com/sstephenson/bats
back to top