Description
Add unit tests for the Soroban smart contract
functions using the Soroban test utilities.
Functions to test
- create_pool()
- apply()
- vote() including double vote prevention
- distribute()
- get_pool() and get_application()
Tech
- soroban-sdk testutils feature
- Rust #[cfg(test)] module
- cargo test
Description
Add unit tests for the Soroban smart contract
functions using the Soroban test utilities.
Functions to test
Tech