https://github.com/genome/genome
Raw File
Tip revision: c1dff7ed69edf25fc9cca50fa29b736c49f49c50 authored by Allison Penner Regier on 14 August 2015, 16:14:12 UTC
Merge pull request #923 from apregier/cle-test
Tip revision: c1dff7e
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