SnippetsΒΆ

step

Snippet for step functions

@given(u'step name')
def step_impl(context):
    raise NotImplementedError(u'STEP: step name')