Skip to content

Commit

Permalink
📝 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Nov 21, 2016
1 parent 13c1220 commit 4d34f67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ $ git tag 1.2.3
$ git push origin 1.2.3
```

Testing of HTTP client
--

Test cases of HTTP client send HTTP request actually to [req_mirror](https://github.com/moznion/req_mirror). req_miror is an HTTP server that parrots received a request as a response.
`make install-devtool` downloads an executable binary of req_mirror to your `devtool/` directory and test runner launches req_mirror server at `beforeClass` phase.
After, each test case sends request to the launched server and verify the request.

0 comments on commit 4d34f67

Please sign in to comment.