Commit 354192f
committed
feat(mnemonic): add property-based tests for invalid cases
Introduce property-based tests for mnemonic file validation using Hypothesis.
Covers malformed files, invalid word counts, encoding issues, and permission
errors. Refactor test parametrization to use shared constants. Improves
robustness of CLI error handling for mnemonic derivation.1 parent b8e07d4 commit 354192f
2 files changed
+338
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
0 commit comments