mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00

This makes the rpctest package a subpackage of the integration package since its primary purpose is for integration testing.
15 lines
488 B
Markdown
15 lines
488 B
Markdown
integration
|
|
===========
|
|
|
|
[]
|
|
(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/integration/rpctest)
|
|
package to programmatically drive nodes via RPC.
|
|
|
|
## License
|
|
|
|
This code is licensed under the [copyfree](http://copyfree.org) ISC License.
|