aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests
Commit message (Expand)AuthorAgeFilesLines
...
* | functional_tests: pop exactly what we need to test before testingmoneromooo-monero2019-09-1710-10/+20
* | functional_tests: check for RPC methods which aren't exposedmoneromooo-monero2019-09-172-0/+54
* | functional_tests: add get_transaction_pool_statsmoneromooo-monero2019-09-171-0/+84
* | functional_tests: add save_bcmoneromooo-monero2019-09-171-0/+3
* | functional_tests: add is_key_image_spent testsmoneromooo-monero2019-09-171-1/+45
* | functional_tests: add submitblock testmoneromooo-monero2019-09-171-0/+28
* | functional_tests: check transaction fee is around what we expectmoneromooo-monero2019-09-171-2/+9
* | functional_tests: add tx_notes testsmoneromooo-monero2019-09-171-0/+18
* | functional_tests: add wallet attributes testmoneromooo-monero2019-09-171-0/+23
* | functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero2019-09-171-0/+39
* | functional_tests: add monero: URI testsmoneromooo-monero2019-09-172-1/+235
* | wallet: add edit_address_book RPCmoneromooo-monero2019-09-171-6/+71
* | functional_tests: add address book testsmoneromooo-monero2019-09-172-1/+239
* | functional_tests: add wallet password change, store and tag testsmoneromooo-monero2019-09-172-9/+165
* | functional_tests: add spend proof testsmoneromooo-monero2019-09-171-0/+35
* | functional_tests: add test for mining via walletmoneromooo-monero2019-09-171-7/+21
* | functional_tests: add multisig state testsmoneromooo-monero2019-09-171-0/+68
* | functional_tests: add get_transfers testmoneromooo-monero2019-09-171-0/+23
* | functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero2019-09-171-0/+8
* | functional_tests: move extraneous stuff out of the frameworkmoneromooo-monero2019-09-171-5/+16
* | wallet: fix mismatch between two concepts of "balance"moneromooo-monero2019-09-051-4/+4
|/
* Merge pull request #5511luigi11112019-08-211-0/+59
|\
| * functional_tests: add tests for pending/out transfer addressesmoneromooo-monero2019-05-021-0/+59
* | Merge pull request #5504luigi11112019-08-171-2/+3
|\ \
| * | functional_tests: test creating wallets with local language namesmoneromooo-monero2019-08-161-2/+3
* | | Merge pull request #5490luigi11112019-08-171-0/+12
|\ \ \ | |/ / |/| |
| * | functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero2019-04-241-0/+12
* | | Merge pull request #5677luigi11112019-08-151-1/+1
|\ \ \
| * | | tests: functional: fix python syntaxredfish2019-06-191-1/+1
* | | | Merge pull request #5498luigi11112019-08-141-0/+7
|\ \ \ \
| * | | | functional_tests: add a 3/3 multisig testmoneromooo-monero2019-04-261-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #5487luigi11112019-08-141-0/+1
|\ \ \ \
| * | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-231-0/+1
| | |_|/ | |/| |
* | | | functional_tests: add validate_address testsmoneromooo-monero2019-07-291-0/+111
* | | | Merge pull request #5473luigi11112019-07-241-4/+4
|\ \ \ \
| * | | | python-rpc: add missing getblock RPC parametersmoneromooo-monero2019-05-091-4/+4
| |/ / /
* | | / wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-091-0/+3
| |_|/ |/| |
* | | Merge pull request #5583Riccardo Spagni2019-06-0115-59/+60
|\ \ \
| * | | functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-2915-59/+60
* | | | functional_tests: fix rare get_output_distribution failuremoneromooo-monero2019-05-201-1/+10
|/ / /
* | | Merge pull request #5496Riccardo Spagni2019-05-072-1/+218
|\ \ \
| * | | rpc: improve get_output_distributionmoneromooo-monero2019-04-252-1/+218
| | |/ | |/|
* | | Merge pull request #5484Riccardo Spagni2019-05-021-0/+1
|\ \ \ | |/ / |/| |
| * | functional_tests: flush stdout before popening new processmoneromooo-monero2019-04-231-0/+1
| |/
* / functional_tests: reset blockchain on test startmoneromooo-monero2019-04-208-0/+57
|/
* functional_tests: detect requests python modulemoneromooo-monero2019-04-181-3/+9
* functional_tests: add sweep_single testmoneromooo-monero2019-04-151-0/+50
* Merge pull request #5402Riccardo Spagni2019-04-151-7/+7
|\
| * rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-051-7/+7
* | functional_tests: exit with 1 if any test failsmoneromooo-monero2019-04-111-0/+2