コード例 #1
0
ファイル: step_tutorial06.py プロジェクト: Anegudde/Test
def step_impl(context, count, department):
    count_ = NamedNumber.from_string(count)
    assert_that(count_, equal_to(context.model.get_headcount_for(department)))
コード例 #2
0
ファイル: step_tutorial06.py プロジェクト: jszheng/PySnippet
def step_impl(context, count, department):
    count_ = NamedNumber.from_string(count)
    assert_that(count_, equal_to(context.model.get_headcount_for(department)))