Пример #1
0
def test_baron_win_false():
    assert extract_match.win_while_baron_buff(match_2) == False
Пример #2
0
def test_baron_win_false():
    assert extract_match.win_while_baron_buff(match_2) == False
Пример #3
0
def test_baron_win_true():
    assert extract_match.win_while_baron_buff(match_1) == True
Пример #4
0
def test_baron_win_true():
    assert extract_match.win_while_baron_buff(match_1) == True