Skip to content

Commit 3306525

Browse files
committed
Apply codespell spelling fixes
1 parent 06bc96e commit 3306525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/feature/test_outline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_variable_reuse(pytester):
335335
outline=textwrap.dedent(
336336
"""\
337337
Feature: Example parameters reuse
338-
Scenario Outline: Check for example parameter re-use
338+
Scenario Outline: Check for example parameter reuse
339339
Given the param is initially set from the example table as <param>
340340
When a step arg of the same name is set to "other"
341341
Then the param is still set from the example table as <param>

tests/library/test_parent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_local(request):
235235

236236
def test_uses_correct_step_in_the_hierarchy(pytester):
237237
"""
238-
Test regression found in issue #524, where we couldn't find the correct step implemntation in the
238+
Test regression found in issue #524, where we couldn't find the correct step implementation in the
239239
hierarchy of files/folder as expected.
240240
This test uses many files and folders that act as decoy, while the real step implementation is defined
241241
in the last file (test_b/test_b.py).

0 commit comments

Comments
 (0)