feat!: Add async support to persist_test_utils#343
Draft
ValuedMammal wants to merge 3 commits intobitcoindevkit:masterfrom
Draft
feat!: Add async support to persist_test_utils#343ValuedMammal wants to merge 3 commits intobitcoindevkit:masterfrom
persist_test_utils#343ValuedMammal wants to merge 3 commits intobitcoindevkit:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #343 +/- ##
=======================================
Coverage 79.77% 79.77%
=======================================
Files 24 24
Lines 5266 5266
Branches 241 241
=======================================
Hits 4201 4201
Misses 988 988
Partials 77 77
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
15149b5 to
bf0057f
Compare
ValuedMammal
commented
Feb 19, 2026
7e53c18 to
8be4c86
Compare
8be4c86 to
2c011f1
Compare
persist_test_utilspersist_test_utils
Changed the definition of `persist_*` functions to take a `create_store` Fn (and no path) as the caller may want more control of the path to the database file. - deps: Make tempfile, anyhow dev-dependencies
2c011f1 to
9c62a96
Compare
persist_test_utilspersist_test_utils
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
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.
Description
Expands the
persist_test_utilsmodule by adding a functionpersist_wallet_changeset_asyncto be used for testing anAsyncWalletPersisterimplementation.Changelog notice
Added
persist_wallet_changeset_asyncto persistence test suite for testing anAsyncWalletPersister.Changed
anyhow,tempfileChecklists
All Submissions:
New Features: