add tests for the decodescript rpc. add mention of the rpc regression tests to the testing seciton of the main readme.

This commit is contained in:
mruddy
2015-06-30 09:40:44 -04:00
parent 0564c5b795
commit 70ae43e9b7
3 changed files with 121 additions and 0 deletions

View File

@ -35,6 +35,7 @@ testScripts=(
'walletbackup.py'
'nodehandling.py'
'reindex.py'
'decodescript.py'
);
testScriptsExt=(
'bipdersig-p2p.py'