Sha256: c38814e06e7973e3e51af51d994685cc41af625c3dff384ea3155d6442a114fb

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# -*- coding: utf-8 -*-

from __future__ import absolute_import
from behave import then

@then('the behave hook "{hook}" was called')
def step_behave_hook_was_called(context, hook):
    substeps = u'Then the command output should contain "hooks.{0}: "'.format(hook)
    context.execute_steps(substeps)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
busser-behave-0.1.3 vendor/behave/issue.features/steps/behave_hooks_steps.py