-
Notifications
You must be signed in to change notification settings - Fork 44
test: Add integration tests for blockwatcher #36
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
Merged
shahnami
merged 9 commits into
plat-6007-add-unit-tests
from
plat-6092-add-integration-tests-for-blockwatcher
Jan 28, 2025
Merged
test: Add integration tests for blockwatcher #36
shahnami
merged 9 commits into
plat-6007-add-unit-tests
from
plat-6092-add-integration-tests-for-blockwatcher
Jan 28, 2025
Conversation
This file contains hidden or 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
shahnami
added a commit
that referenced
this pull request
Jan 28, 2025
* tests: add pbt for monitor repo and configs * chore: move integration tests into own folder * fix: config validation via load_all * tests: run with multiple inputs * tests: reduce input size * feat: recommend past blocks configuration * fix: integration test rpc url * fix: multiple network service inits * tests: add repository tests and fix typo * tests: add invalid name tests and add linter * fix: shutdown signal * chore: update readme for githooks * chore: formatting * test: add cron validation * fix: valid cron schedule for network strategy * test: services-evm-filters unit test for find_matching_transaction * test: PLAT-6007 adding unit tests for find_matching_functions_for_transaction * test: PLAT-6007 fixing entity creation using Default * test: PLAT-6007 adding more tests and improving logic * test: PLAT-6007 adding unit test cases for decode_events method * test: PLAT-6007 adding unit test for stellar filters - first attemp * fix: PLAT-6007 exposing models to use in unit tests * test: PLAT-6007 unit tests cases for find_matching_functions_for_transaction * test: PLAT-6007 finalising the stellar filters unit test cases * test: PLAT-6007 adding default macros to avoid code repetition * test: PLAT-6007 fixing new filter implementation * test: PLAT-6007 adding test for compare_map function * test: PLAT-6007 adding unit test for notification * fix: Linter * Fix: compare_map and some tests (#34) * fix: Whitespaces * fix: Compare_map and tests * fix: Linter * docs: Fix readme for cov test * test: PLAT-6007 adding unit test for some models methods * test: Add integration tests for blockwatcher (#36) * fix: Attempt to fix initialise_service test * fix: MonitorRepositoryTrait mocking and initialise_services * test: Unit tests for tracker * test: Add tests for process_new_blocks * fix: Linting * test: Add more test cases for process_new_blocks * chore: Remove error tests for now * chore: Remove println --------- Co-authored-by: shahnami <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-tests
Test setup and integration
P-medium
Important but not urgent
PR title checker needs attention
S-in-progress
Actively being worked on
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.
Summary
Testing Process
Checklist