From 220ed6d4b72ed8a1d781fde4ee42825e62515adf Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Fri, 6 Dec 2013 09:07:20 +0100 Subject: [PATCH] remove print --- tests/feature/test_steps.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/feature/test_steps.py b/tests/feature/test_steps.py index b35607a..c5c0819 100644 --- a/tests/feature/test_steps.py +++ b/tests/feature/test_steps.py @@ -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'