Exemplo n.º 1
0
def test_baron_win_false():
    assert extract_match.win_while_baron_buff(match_2) == False
Exemplo n.º 2
0
def test_baron_win_false():
    assert extract_match.win_while_baron_buff(match_2) == False
Exemplo n.º 3
0
def test_baron_win_true():
    assert extract_match.win_while_baron_buff(match_1) == True
Exemplo n.º 4
0
def test_baron_win_true():
    assert extract_match.win_while_baron_buff(match_1) == True