コード例 #1
0
ファイル: steps.py プロジェクト: lidingshan/ApprovalTestsPy
def then_there_is_no_error(step):
	Approvals.verify(world.a_string)
コード例 #2
0
ファイル: steps.py プロジェクト: lidingshan/ApprovalTestsPy
def then_i_will_get_an_error(step):
	Approvals.verify(world.a_string)