Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: c0def9d6130c9abe1be333508af139d8175d8d52 https://github.com/btcsuite/btcd/commit/c0def9d6130c9abe1be333508af139d8175d8d52 Author: Dave Collins <da...@conformal.com> Date: 2016-10-25 (Tue, 25 Oct 2016)
Changed paths: A integration/README.md A integration/main.go A integration/rpcserver_test.go R rpcserver_test.go Log Message: ----------- integration: Initial implementation. This introduces a new package to house tests which use the rpctest package to programmatically drive end-to-end integration testing and move the existing RPC integration tests into the new package.