https://github.com/genome/genome
Raw File
Tip revision: ecf5357884ba7abc4f164ff3251a1a05af930538 authored by Thomas B. Mooney on 21 February 2018, 14:05:16 UTC
Merge pull request #1821 from tmooney/unarchive_maybe_supports_archive_path
Tip revision: ecf5357
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