We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d36d5 commit c226a26Copy full SHA for c226a26
nmfu.py
@@ -18,7 +18,7 @@
18
GNU General Public License for more details.
19
"""
20
21
-__version__ = "0.2.0rc1.post1"
+__version__ = "0.2.0"
22
23
import abc
24
import enum
tests/test_case_merge.py
@@ -49,7 +49,7 @@ def test_merge_with_regexes(re_matches):
49
obj._merge([DISJOINT_EXAMPLES[x].convert(defaultdict(lambda: None)) for x in re_matches], None)
50
51
@given(st.one_of(st.from_regex(x, fullmatch=True) for x in DISJOINT_EXAMPLES))
52
-@settings(max_examples=500)
+@settings(max_examples=200, deadline=None)
53
@example(b"tfa") # this caused a bug before version 0.2.0
54
def test_valid_end_states(input_str):
55
obj = nmfu.CaseNode({})
0 commit comments