github.com/zignig/go-ipfs@v0.0.0-20141111235910-c9e5fdf55a52/test/README.md (about)

     1  # ipfs whole tests using the [sharness framework](https://github.com/mlafeldt/sharness/)
     2  
     3  ## Running all the tests
     4  
     5  Just use `make` in this directory to run all the tests.
     6  
     7  ## Running just one test
     8  
     9  You can run only one test script by launching it like a regular shell
    10  script:
    11  
    12  ```
    13  $ ./t0010-basic-commands.sh
    14  ```
    15  
    16  ## Sharness
    17  
    18  When running "make" in this directory for the first time, sharness
    19  will be downloaded from its github repo and installed in a "lib/sharness"
    20  directory.
    21  
    22  Please do not change anything in the "lib/sharness" directory.
    23  
    24  If you really need some changes in sharness, please fork it from
    25  [its cannonical repo](https://github.com/mlafeldt/sharness/) and
    26  send pull requests there.