c0def9d613
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.
14 lines
476 B
Markdown
14 lines
476 B
Markdown
integration
|
|
===========
|
|
|
|
[![Build Status](http://img.shields.io/travis/btcsuite/btcd.svg)]
|
|
(https://travis-ci.org/btcsuite/btcd) [![ISC License]
|
|
(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
|
|
|
This contains integration tests which make use of the
|
|
[rpctest](https://github.com/btcsuite/btcd/tree/master/rpctest) package to
|
|
programmatically drive nodes via RPC.
|
|
|
|
## License
|
|
|
|
This code is licensed under the [copyfree](http://copyfree.org) ISC License.
|