https://github.com/genome/genome
Raw File
Tip revision: 5ad22c3addf10dfc0d4cadaac0956ede5140f6e4 authored by Susanna Siebert on 02 April 2015, 14:09:48 UTC
Merge pull request #589 from susannasiebert/process_tests2
Tip revision: 5ad22c3
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