-
Notifications
You must be signed in to change notification settings - Fork 829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dApp Tests #1802
Merged
Merged
Add dApp Tests #1802
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1802 +/- ##
==========================================
- Coverage 61.64% 60.90% -0.75%
==========================================
Files 365 380 +15
Lines 26178 27956 +1778
==========================================
+ Hits 16138 17026 +888
- Misses 8967 9782 +815
- Partials 1073 1148 +75 |
besated
approved these changes
Aug 6, 2024
yzang2019
added a commit
that referenced
this pull request
Aug 15, 2024
* main: Add more DEX dapp tests (#1809) Add basic LST integration tests (#1814) Allow CW->ERC pointers to be called through wasmd precompile (#1785) Bump nonce even if tx fails (#1778) Fix docker setup for local cluster (#1806) Tune Configs (#1813) V5.7.5 release (#1805) Evidence Max Bytes Update (#1812) Add dApp Tests (#1802) [EVM] Tune configs (#1800) Revert dex removal (#1801) Do not charge gas for feecollector address query (#1795)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes and provide context
We want to add some dApp themed tests to our integration test pipeline to test real scenarios.
This PR (so far) adds a simple DEX example and one test against that as a POC for how this will work. More tests to be added to this, as well as to the dapp_tests directory in general.
Testing performed to validate your change
Tests