github.com/goonzoid/gcli@v0.2.3-0.20150926213610-155587606ea1/tests/README.md (about)

     1  # Tests
     2  
     3  Run `gcli` binary and check its output. 
     4  
     5  ```bash
     6  $ cd $GOPATH/src/github.com/tcnksm/gcli
     7  $ make tests
     8  ```
     9  
    10  You can also run it on docker container,
    11  
    12  ```bash
    13  $ cd $GOPATH/src/github.com/tcnksm/gcli
    14  $ ./test-docker.sh
    15  ```