Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-30 | tests: fix python test-runner for windows | Cory Fields | |
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 | |||
2014-08-19 | Add bitcoin-tx tests | Jeff Garzik | |
Testing: delin, delout, locktime, and basic createrawtransaction-like functionality. | |||
2014-08-19 | bitcoin-tx: Accept input via stdin. Add input handling to tests. | Jeff Garzik | |
2014-08-19 | Add "it works" test for bitcoin-tx | Jeff Garzik | |