lbcd/integration
Jim Posen 11d7cae82b rpctest: Compile current version of btcd and run that.
Previously, rpctest would start a btcd node using the btcd executable
in the environment PATH. This caused difficult-to-find issues where
the code would be tested against an older version of btcd, or another
fork entirely. Now it compiles btcd the first time it is needed and
uses that fresh version when launching nodes.
2017-10-20 14:29:45 -07:00
..
rpctest rpctest: Compile current version of btcd and run that. 2017-10-20 14:29:45 -07:00
bip0009_test.go chaincfg+integration: add BIP0009 deployment parameters for segwit 2017-08-13 23:17:40 -05:00
csv_fork_test.go rpctest: Make subpackage of integration. 2017-05-11 15:17:29 -05:00
main.go integration: Initial implementation. 2016-10-25 14:36:23 -05:00
README.md multi: Update markdown files for GFM changes. 2017-05-25 12:06:16 -05:00
rpcserver_test.go rpctest: Make subpackage of integration. 2017-05-11 15:17:29 -05:00

integration

Build Status ISC License

This contains integration tests which make use of the rpctest package to programmatically drive nodes via RPC.

License

This code is licensed under the copyfree ISC License.