Skip to content

Commit f85ac54

Browse files
committed
[qa] Expand bumpfee test docstring
1 parent 0b94e49 commit f85ac54

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

test/functional/bumpfee.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
# Copyright (c) 2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5-
"""Test the bumpfee RPC."""
5+
"""Test the bumpfee RPC.
6+
7+
Verifies that the bumpfee RPC creates replacement transactions successfully when
8+
its preconditions are met, and returns appropriate errors in other cases.
9+
10+
This module consists of around a dozen individual test cases implemented in the
11+
top-level functions named as test_<test_case_description>. The test functions
12+
can be disabled or reordered if needed for debugging. If new test cases are
13+
added in the the future, they should try to follow the same convention and not
14+
make assumptions about execution order.
15+
"""
616

717
from segwit import send_to_witness
818
from test_framework.test_framework import BitcoinTestFramework

0 commit comments

Comments
 (0)