コード例 #1
0
ファイル: steps.py プロジェクト: lupineka/sqa2014tennis
def then_the_match_score_is_group1(step, group1):
    assert world.match.score() == group1, "Got %s" % m.score()
コード例 #2
0
ファイル: steps.py プロジェクト: lupineka/sqa2014tennis
def then_i_see_score_group1(step, score):
    assert world.match.score() == score, "Got %s" % m.score()