https://github.com/genome/genome
Raw File
Tip revision: 79ca3499af7969d7173431bd9e1a8c81c2d2746e authored by Malachi Griffith on 09 March 2015, 22:38:40 UTC
Merge pull request #548 from malachig/master
Tip revision: 79ca349
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