Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Sharness as our shell test framework #201

Closed
wants to merge 2 commits into from

Commits on Oct 25, 2014

  1. Add test-lib.sh for our shell test framework

    Our test framework is based on Sharness.
    So the first thing to do is to source it.
    chriscool committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    495928d View commit details
    Browse the repository at this point in the history
  2. Add t0010-basic-commands.sh

    This checks a little bit the installation and some
    basic commands.
    
    You can run it like that:
    
    $ cd test
    $ ./t0010-basic-commands.sh
     ok 1 - current dir is writable
     ok 2 - ipfs version succeeds
     ok 3 - ipfs version output looks good
     ok 4 - ipfs help succeeds
     ok 5 - ipfs help output looks good
     # passed all 5 test(s)
     1..5
    chriscool committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    4ee6f55 View commit details
    Browse the repository at this point in the history