[tests] Make rpcauth.py testable and add unit tests

refs #12995
This commit is contained in:
Qasim Javed
2018-04-23 00:39:12 -07:00
parent a0079d4b6d
commit 6674a75bfb
4 changed files with 81 additions and 19 deletions

View File

@@ -269,7 +269,8 @@ EXTRA_DIST += \
test/util/data/txcreatescript4.json \
test/util/data/txcreatesignv1.hex \
test/util/data/txcreatesignv1.json \
test/util/data/txcreatesignv2.hex
test/util/data/txcreatesignv2.hex \
test/util/rpcauth-test.py
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)