django-polaris icon indicating copy to clipboard operation
django-polaris copied to clipboard

cli tool - deposit end-to-end tests

Open stfung77 opened this issue 3 years ago • 0 comments

End to end tests for Polaris process_pending_deposits flow: Test 1: deposit_with_existing_account - creates deposit transactions (via Polaris API server) with stellar accounts that are already funded and with a trustline to the asset already added

Test2: deposit_with_account_creation - creates deposit transactions (via Polaris API server) and expects polaris to create the stellar accounts (test logic creates the asset trustline)

TODO # - implement verbose mode # - clean up structure of script

stfung77 avatar Feb 18 '22 21:02 stfung77