aboutsummaryrefslogtreecommitdiff
path: root/test/functional/bumpfee.py
AgeCommit message (Collapse)Author
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-03-28Remove call to gettransaction(...) where the result is unusedpracticalswift
2017-03-21[qa] Expand bumpfee test docstringRussell Yanofsky
2017-03-21[qa] Rename python input variable to tx_inputRussell Yanofsky
input() is actually the name of a python built in function
2017-03-21[qa] Make bumpfee.py test function order consistentRussell Yanofsky
Run bumpfee tests in top-down order, now that the test fragility is fixed, and they can actually run in order.
2017-03-21[qa] Get rid of nondeterminism in bumpfee.pyRussell Yanofsky
Change bumpfee tests to use the spend_one_input function instead of the create_fund_sign_send function. The latter function would choose transaction inputs and fees in unpredictable ways depending on the order that tests ran, which meant that adding new tests could cause old tests to fail, and in general made bumpfee.py fragile and unpleasant to work with.
2017-03-21[qa] Remove bumpfee.py get_change_address hackRussell Yanofsky
2017-03-20Rename rpc-tests directory to functionalJohn Newbery