https://github.com/genome/genome
Raw File
Tip revision: c4912e0e7cd18a22978c5f60cf9eed0a8dfdfb60 authored by Thomas B. Mooney on 30 June 2016, 20:35:32 UTC
Merge pull request #1490 from tmooney/if_at_first_you_dont_succeed_getting_a_username
Tip revision: c4912e0
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