Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ assert_greater_than
Function
assert_greater_than
test/functional/test_framework/util.py:66–68 ·
view source on GitHub ↗
(thing1, thing2)
Source
from the content-addressed store, hash-verified
64
65
66
def
assert_greater_than(thing1, thing2):
67
if
thing1 <= thing2:
68
raise
AssertionError(
"%s <= %s"
% (str(thing1), str(thing2)))
69
70
71
def
assert_greater_than_or_equal(thing1, thing2):
Callers
15
test_op_return
Method · 0.90
test_watchonly
Method · 0.90
test_all_watched_funds
Method · 0.90
test_option_subtract_fee_from_outputs
Method · 0.90
test_external_inputs
Method · 0.90
test_22670
Method · 0.90
test_getnodeaddresses
Method · 0.90
run_test
Method · 0.90
run_basic_tests
Method · 0.90
run_test
Method · 0.90
run_test
Method · 0.90
run_test
Method · 0.90
Calls
no outgoing calls
Tested by
13
test_op_return
Method · 0.72
test_watchonly
Method · 0.72
test_all_watched_funds
Method · 0.72
test_option_subtract_fee_from_outputs
Method · 0.72
test_external_inputs
Method · 0.72
test_22670
Method · 0.72
test_getnodeaddresses
Method · 0.72
test_height_min
Method · 0.72
test_coinbase_witness
Method · 0.72
test_send
Method · 0.72
test_small_output_with_feerate_succeeds
Function · 0.72
test_settxfee
Function · 0.72