forked from input-output-hk/daedalus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DDW-614] add unbound mnemonics test case
- Loading branch information
1 parent
681394e
commit 13b5ebd
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
@unit @slow | ||
Feature: Mnemonics generation and validation | ||
|
||
As a developer I want to be sure our mnemonic | ||
(12-word recovery phrase) is correctly generated/validated | ||
|
||
@unit @slow | ||
Scenario: All generated wallet recovery mnemonics are valid | ||
Given I generate 10000 wallet recovery mnemonics | ||
Then all generated wallet recovery mnemonics should be valid | ||
|
||
@unbound @mnemonics | ||
Scenario: Unbound manual test run gives no invalid mnemeonics | ||
Given I generate and validate an unbound number of wallet recovery mnemonics |
This file contains 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
This file contains 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