stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
95 stars 70 forks source link

cli tool - deposit end-to-end tests #593

Closed stfung77 closed 1 year ago

stfung77 commented 2 years ago

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