コード例 #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