Skip to content

Commit e06156b

Browse files
committed
Fix pytest missing markers definitions
1 parent 1f095c3 commit e06156b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/feature/test_cucumber_json.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ def test_passing_outline():
281281

282282
def test_step_trace_with_expand_option(testdir):
283283
"""Test step trace."""
284+
testdir.makefile(".ini", pytest=textwrap.dedent("""
285+
[pytest]
286+
markers =
287+
feature-tag
288+
scenario-outline-passing-tag
289+
"""))
284290
testdir.makefile('.feature', test=textwrap.dedent("""
285291
@feature-tag
286292
Feature: One scenario outline, expanded to multiple scenarios

0 commit comments

Comments
 (0)