test: utxocache:* tracepoint tests

This adds tests for the
- utxocache:flush
- utxocache:uncache
- utxocache:add
- utxocache:spent
tracepoint interfaces.
This commit is contained in:
0xb10c
2022-02-15 22:15:37 +01:00
parent 34b27bac68
commit 260e28ece8
2 changed files with 408 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ BASE_SCRIPTS = [
'interface_http.py',
'interface_rpc.py',
'interface_usdt_net.py',
'interface_usdt_utxocache.py',
'rpc_psbt.py --legacy-wallet',
'rpc_psbt.py --descriptors',
'rpc_users.py',