Commit Graph

8 Commits

Author SHA1 Message Date
cc6f2070b5 Setup e2e tests for bond module
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m17s
2024-03-02 11:27:46 +05:30
72fb7e5e46 Remove bid files in test cleanup
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m17s
2024-03-02 10:59:01 +05:30
0e2828d41e Add a test for CLI command to commit bid
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m54s
2024-03-02 10:48:27 +05:30
f11ae48e6f Add tests for remaining auction module gRPC requests
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m23s
2024-03-02 09:29:00 +05:30
fd755d1c27 Add a test for auctions gRPC request
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 2m1s
2024-03-01 15:21:36 +05:30
eefaa42eec Add a test for params gRPC request 2024-03-01 14:56:08 +05:30
b57ca60277 Create setup for e2e CLI tests 2024-03-01 11:52:57 +05:30
0af44b5f17 Setup integration tests and CI (#11)
All checks were successful
Integration Tests / test-integration (push) Successful in 2m17s
- Setup integration tests following pattern suggested in cosmos-sdk docs:
  https://docs.cosmos.network/v0.50/build/building-modules/testing#integration-tests
- Add tests for laconic modules query services
- Setup a CI workflow to run the integration tests

Reviewed-on: deep-stack/laconic2d#11
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-02-29 11:54:35 +00:00