This PR adds test coverage for the KmdWallet client's password handling functionality, specifically for the empty string and null password handling changes introduced in PR #318.
Details
Add test to verify empty string passwords are properly cached and reused
Add test to verify cancelled password prompts (null) fall back to empty string
Verify password prompt is only shown once when password is cached
Description
This PR adds test coverage for the
KmdWallet
client's password handling functionality, specifically for the empty string and null password handling changes introduced in PR #318.Details