示例#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()