FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.96k stars 5.33k forks source link

forc-client testing infra needs to improve #5988

Open kayagokalp opened 1 month ago

kayagokalp commented 1 month ago

We currently do not have nice unit tests for forc-client as most of the operatoins require complicated setups. We should have a nice solution to this so that we can write complicated forc-client tests.

Opened after @sdankel's comment in #5987

sdankel commented 3 weeks ago

https://crates.io/crates/rexpect is worth looking into for interactive CLI testing