aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/bitcoin-util-test.json
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix python test-runner for windowsCory Fields2014-09-301-10/+19
| | | | | | | | | Windows needed a few fixups to get the tests running: 1. bitcoin-tx needs a file extension in Windows. Take this opportunity to add an env file, which pulls variables out of our build config. This can be extended as needed, for now it's very simple. 2. After #1, split the args out of the exec key in the test data. 3. Correct the line-endings from windows stdout
* bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr2014-09-141-0/+3
|
* Add bitcoin-tx testsJeff Garzik2014-08-191-0/+29
| | | | | Testing: delin, delout, locktime, and basic createrawtransaction-like functionality.
* bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik2014-08-191-0/+4
|
* Add "it works" test for bitcoin-txJeff Garzik2014-08-191-0/+5