Skip to content

Commit e7298ef

Browse files
authored
Merge pull request #3132 from IntersectMBO/add_mnemonic_property_based_tests
feat(mnemonic): add property-based tests for invalid cases
2 parents b8e07d4 + 68d7fb9 commit e7298ef

File tree

2 files changed

+414
-30
lines changed

2 files changed

+414
-30
lines changed

cardano_node_tests/tests/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def hypothesis_settings(max_examples: int = 100) -> tp.Any:
192192
suppress_health_check=(
193193
hypothesis.HealthCheck.too_slow,
194194
hypothesis.HealthCheck.function_scoped_fixture,
195+
hypothesis.HealthCheck.filter_too_much,
195196
),
196197
)
197198

0 commit comments

Comments
 (0)