예제 #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