0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
33 stars 29 forks source link

Refactor integration tests #215

Closed igamigo closed 6 months ago

igamigo commented 7 months ago

Integration tests currently run in a single block of code that performs a series of transactions against the node. This can be refactored into smaller, independent functions that get executed from the main code. Each function can have its own client data with its own store. This way, also, if the tests get too large they can even be executed in parallel.

mFragaBA commented 6 months ago

closing as #221 got merged