lbcd/integration
Johan T. Halseth f5b60801a5
integration/rpctest: make exec path compatible with modules
With the use of go modules, the btcdPkgPath will no longer be `github.com/btcsuite/btcd`, but end with a version string (e.g. btcd@v0.0.0-20181129140220-beb77e89572a).

This trips up build.ImportDir, which will return a ImportPath of ".", since this package cannot be found in the go path.

There are probably several ways of fixing this, by clever string magic, but seems easiest to just hardcode the btcd package name.
2018-11-29 15:13:37 +01:00
..
rpctest integration/rpctest: make exec path compatible with modules 2018-11-29 15:13:37 +01:00
bip0009_test.go chaincfg+integration: add BIP0009 deployment parameters for segwit 2017-08-13 23:17:40 -05:00
csv_fork_test.go integration/rpctest: add ability to create txs without change outputs 2018-08-16 16:24:02 -07: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.