aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/functional_tests_rpc.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11functional_tests: exit with 1 if any test failsmoneromooo-monero1-0/+2
2019-03-23python-rpc: add console.pymoneromooo-monero1-1/+1
It allows one to connect to a running daemon or wallet, and use its RPC API from python. Usage: python -i console.py <port> It will detect whether it's talking to a daemon or wallet and initialize itself accordingly.
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero1-0/+6
2019-03-21functional_tests: add proofs tests (tx key, in/out tx, reserve)moneromooo-monero1-1/+1
2019-03-21functional_tests: add message signing/verification testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: add multisig and cold signing testsmoneromooo-monero1-2/+2
2019-03-21functional_tests: support several daemons/walletsmoneromooo-monero1-25/+38
2019-03-21functional_tests: add txpool RPC testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: add integrated address testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: add basic transfer testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: plug RPC tests into the cmake machinerymoneromooo-monero1-0/+116