예제 #1
0
def test_minor_patch():
    assert extract_match.extract_minor_patch('6.1.123.93') == 1
예제 #2
0
def test_minor_patch2():
    assert extract_match.extract_minor_patch('5.24.123.93') == 24
예제 #3
0
def test_minor_patch2():
    assert extract_match.extract_minor_patch('5.24.123.93') == 24
예제 #4
0
def test_minor_patch():
    assert extract_match.extract_minor_patch('6.1.123.93') == 1