aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/integrated_address.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-06tests: integrated_address: remove missing payment id assertionreemuru1-3/+1
The integrated address functional test fails in the workflows due to an assertion for missing payment id that is no longer needed. Remove the assertion and update the assertion count. Fixes 7dcfccb: ("wallet_rpc_server: fix make_integrated_address with no payment id")
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero1-7/+6
Also add missing bans test to the default tests
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero1-1/+1
2019-03-21functional_tests: add integrated address testsmoneromooo-monero1-0/+101