File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def _(data_table):
52
52
53
53
54
54
DATA_TABLE_TEST_FILE = """\
55
- from pytest_bdd.utils import dump_obj
56
55
from pytest_bdd import scenario
57
56
58
57
@scenario("data_table.feature", "Creating a new user with roles and permissions")
@@ -192,7 +191,6 @@ def _(data_table):
192
191
pytester .makepyfile (
193
192
textwrap .dedent (
194
193
"""\
195
- from pytest_bdd.utils import dump_obj
196
194
from pytest_bdd import scenario
197
195
198
196
@scenario("missing_data_table.feature", "Data table is missing for a step")
@@ -237,7 +235,6 @@ def _(data_table):
237
235
pytester .makepyfile (
238
236
textwrap .dedent (
239
237
"""\
240
- from pytest_bdd.utils import dump_obj
241
238
from pytest_bdd import scenario
242
239
243
240
@scenario("too_short_data_table.feature", "Data table too short for transforming to dict")
You can’t perform that action at this time.
0 commit comments