aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/README.md
AgeCommit message (Collapse)Author
2015-10-01Migrated rpc-tests.sh to all python rpc-tests.pyptschip
1) created rpc-tests.py 2) deleted rpc-tests.sh 3) travis.yml points to rpc-tests.py 4) Modified Makefile.am 5) Updated README.md 6) Added tests_config.py and deleted tests-config.sh 7) Modified configure.ac with script to set correct path in tests_config.py
2015-08-21Add p2p-fullblocktest.pyCasey Rodarmor
2015-07-15Remove bash test note from rpc-tests readmefanquake
2015-06-11Add paytxfee to getwalletinfo, warnings to getnetworkinfoStephen
2015-05-18update rpc-tests readme.mdJonas Schnelli
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-01-31Fix README link from util.sh -> util.py.Matt Bogosian
2014-07-09Refactor common RPC test code to BitcoinTestFramework base classGavin Andresen
Inspired by #3956, with a little more flexibility built in. I didn't touch rpcbind_test.py, because it only runs on Linux.
2014-05-01Removed LevelDB changessuper3
Syntax Highlighting
2014-02-28Python-based regression testsGavin Andresen
skeleton.py : a do-nothing test skeleton listtransactions.py : start of regression test for listtransactions call
2014-02-26Remove CWalletTx::vfSpentGavin Andresen
Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk.
2014-02-24Test for walletbackup/walletdump RPC callsGavin Andresen
2013-11-27Integration tests via RPC callsGavin Andresen
qa/rpc-tests/wallet.sh runs a three-node -regtest network, generates a fresh blockchain, and then exercises basic wallet sending/receiving functionality using command-line RPC.