-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description
Add tests for get_bids_for_invoice (all records), get_bids_by_status (Placed, Withdrawn, Accepted, Expired), get_bids_by_investor; empty and multiple bids.
Requirements and context
- Achieve minimum 95% test coverage for bid queries
- Smart contracts only (Soroban/Rust)
Suggested execution
- Fork the repo and create a branch
git checkout -b test/bids-for-invoice-by-status - Implement changes
- Add tests in
src/test_bid.rsor test_queries
- Add tests in
- Test and commit
- Run
cargo test - Attach test output
- Run
Example commit message
test: get_bids_for_invoice and get_bids_by_status
Guidelines
- Minimum 95 percent test coverage
- Clear documentation
- Timeframe: 96 hours
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program