test: fix unit test suite discovery, backoff, and wallet asset grouping#3466
Merged
test: fix unit test suite discovery, backoff, and wallet asset grouping#3466
Conversation
- Rename library test modules to *_tests.dart so flutter test test_units/ loads - Update test_units/main.dart imports; fix fract2rat Rational normalization - Align backoff unit/integration tests with 1-minute default; doc comment fix - Analytics tests: dispose repository; table_utils: bloc/repo test harness - Wallet login test: unfocus before password-manager-style input - Add asset_ticker_group_sort and use in assets/grouped lists
|
Visit the preview URL for this PR (updated for commit 6415bd0): https://walletrc--pull-3466-merge-0p9etb4k.web.app (expires Fri, 03 Apr 2026 18:28:07 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
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.
Summary
*_test.dartto*_tests.dartsoflutter test test_units/does not double-run suites that are only meant to be imported fromtest_units/main.dart.test_units/main.dartimports and fixconvert_fract_ratexpectations forRationalGCD normalization.baseIntervaldoc comment.analytics_test(dispose repository),table_utils_test(BlocProvider harness), andwallet_login_test(unfocus before password bulk assign).asset_ticker_group_sortand wire it into grouped/flat asset lists for consistent ticker grouping.Verification
flutter test test_units/main.dartandflutter test test_units/update_frequency_backoff_strategy_integration_test.dartflutter analyzeon touched paths