Exemplo n.º 1
0
def test_patch2():
    assert extract_match.extract_patch('5.24.123.93') == '5.24'
Exemplo n.º 2
0
def test_patch():
    assert extract_match.extract_patch('6.1.123.93') == '6.1'
Exemplo n.º 3
0
def test_patch():
    assert extract_match.extract_patch('6.1.123.93') == '6.1'
Exemplo n.º 4
0
def test_patch2():
    assert extract_match.extract_patch('5.24.123.93') == '5.24'