Skip to content

Commit c226a26

Browse files
committed
Bump version to 0.2.0
1 parent 19d36d5 commit c226a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nmfu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
GNU General Public License for more details.
1919
"""
2020

21-
__version__ = "0.2.0rc1.post1"
21+
__version__ = "0.2.0"
2222

2323
import abc
2424
import enum

tests/test_case_merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_merge_with_regexes(re_matches):
4949
obj._merge([DISJOINT_EXAMPLES[x].convert(defaultdict(lambda: None)) for x in re_matches], None)
5050

5151
@given(st.one_of(st.from_regex(x, fullmatch=True) for x in DISJOINT_EXAMPLES))
52-
@settings(max_examples=500)
52+
@settings(max_examples=200, deadline=None)
5353
@example(b"tfa") # this caused a bug before version 0.2.0
5454
def test_valid_end_states(input_str):
5555
obj = nmfu.CaseNode({})

0 commit comments

Comments
 (0)