MCPcopy 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
66def assert_greater_than(thing1, thing2):
67 if thing1 <= thing2:
68 raise AssertionError("%s <= %s" % (str(thing1), str(thing2)))
69
70
71def assert_greater_than_or_equal(thing1, thing2):

Callers 15

test_op_returnMethod · 0.90
test_watchonlyMethod · 0.90
test_external_inputsMethod · 0.90
test_22670Method · 0.90
test_getnodeaddressesMethod · 0.90
run_testMethod · 0.90
run_basic_testsMethod · 0.90
run_testMethod · 0.90
run_testMethod · 0.90
run_testMethod · 0.90

Calls

no outgoing calls

Tested by 13

test_op_returnMethod · 0.72
test_watchonlyMethod · 0.72
test_external_inputsMethod · 0.72
test_22670Method · 0.72
test_getnodeaddressesMethod · 0.72
test_height_minMethod · 0.72
test_coinbase_witnessMethod · 0.72
test_sendMethod · 0.72
test_settxfeeFunction · 0.72