Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-02 | [tests] Remove is_network_split from funtional test cases | John Newbery | |
2017-03-28 | Remove call to gettransaction(...) where the result is unused | practicalswift | |
2017-03-21 | [qa] Expand bumpfee test docstring | Russell Yanofsky | |
2017-03-21 | [qa] Rename python input variable to tx_input | Russell Yanofsky | |
input() is actually the name of a python built in function | |||
2017-03-21 | [qa] Make bumpfee.py test function order consistent | Russell 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.py | Russell 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 hack | Russell Yanofsky | |
2017-03-20 | Rename rpc-tests directory to functional | John Newbery | |