XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
150 stars 84 forks source link

test: add AMM integration tests #645

Closed khancode closed 11 months ago

khancode commented 1 year ago

High Level Overview of Change

Adds AMM integration tests.

Context of Change

Adds AMM integration tests.

Transactions:

Requests:

AMMDelete is omitted since it requires for at least 512 trustlines to be created which seems overkill for an integ test. There's already a unit test for the model so that should be sufficient since it only requires 2 params (asset pair).

Type of Change

Did you update CHANGELOG.md?

Test Plan

Run this against the CI once the amendment is added to the Docker container.

Future Tasks