aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@pm.me>2021-06-17 16:09:38 -0400
committerJames O'Beirne <james.obeirne@pm.me>2023-09-30 06:41:23 -0400
commit42cae39356fd20d521aaf99aff1ed85856f3c9f3 (patch)
tree74509bb9f0295c8d87be8fd59c113e404f6ba683 /test/functional/test_runner.py
parent0f64bac6030334d798ae205cd7af4bf248feddd9 (diff)
downloadbitcoin-42cae39356fd20d521aaf99aff1ed85856f3c9f3.tar.xz
test: add feature_assumeutxo functional test
Most ideas for test improvements (TODOs) provided by Russ Yanofsky.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 32aee3aa80..9a0b5c6f0a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -324,6 +324,7 @@ BASE_SCRIPTS = [
'wallet_coinbase_category.py --descriptors',
'feature_filelock.py',
'feature_loadblock.py',
+ 'feature_assumeutxo.py',
'p2p_dos_header_tree.py',
'p2p_add_connections.py',
'feature_bind_port_discover.py',