https://github.com/genome/genome
Raw File
Tip revision: b5cea18a7d45df753a65c753025e75c803436a1c authored by Chris Miller on 22 February 2016, 18:11:53 UTC
Merge pull request #1267 from chrisamiller/copyconfig
Tip revision: b5cea18
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