remove print

This commit is contained in:
Anatoly Bubenkov 2013-12-06 09:07:20 +01:00
parent c85094c1ab
commit 220ed6d4b7
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ def test_step_hooks(testdir):
testdir.makepyfile("""
from pytest_bdd import given, when, scenario
def pytest_bdd_step_error():
print 'ok'
@given('I have a bar')
def i_have_bar():
return 'bar'