Russell Yanofsky
1b6602fbe6
Fix bumpfee rpc "errors" return value
2017-05-24 16:15:26 -04:00
John Newbery
c9cc76dcaa
[tests] Remove is_network_split from funtional test cases
2017-05-02 13:31:54 -04:00
practicalswift
85de9d474b
Remove call to gettransaction(...) where the result is unused
2017-03-28 15:19:52 +02:00
Russell Yanofsky
f85ac54e24
[qa] Expand bumpfee test docstring
2017-03-21 06:46:55 -04:00
Russell Yanofsky
0b94e49831
[qa] Rename python input variable to tx_input
...
input() is actually the name of a python built in function
2017-03-21 06:46:55 -04:00
Russell Yanofsky
1dfd64fadc
[qa] Make bumpfee.py test function order consistent
...
Run bumpfee tests in top-down order, now that the test fragility is fixed, and
they can actually run in order.
2017-03-21 05:46:55 -05:00
Russell Yanofsky
e6b2963241
[qa] Get rid of nondeterminism in bumpfee.py
...
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 05:46:55 -05:00
Russell Yanofsky
94b528bb0c
[qa] Remove bumpfee.py get_change_address hack
2017-03-21 05:46:55 -05:00
John Newbery
c28ee91db0
Rename rpc-tests directory to functional
2017-03-20 10:40:31 -04:00