예제 #1
0
def then_the_match_score_is_group1(step, group1):
    assert world.match.score() == group1, "Got %s" % m.score()
예제 #2
0
def then_i_see_score_group1(step, score):
    assert world.match.score() == score, "Got %s" % m.score()