Skip to content

Commit

Permalink
Merge branch 'master' into fix-examples-error
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Oct 1, 2021
2 parents b33fdc3 + 583910d commit 422dae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/feature/test_background.py
Expand Up @@ -96,7 +96,7 @@ def test_background():


def test_background_check_order(testdir):
"""Test feature background to ensure that backound steps are executed first."""
"""Test feature background to ensure that background steps are executed first."""

testdir.makefile(".feature", background=textwrap.dedent(FEATURE))

Expand Down
2 changes: 1 addition & 1 deletion tests/feature/test_feature_base_dir.py
Expand Up @@ -22,7 +22,7 @@ def test_feature_path_ok(testdir):


def test_feature_path_by_param_not_found(testdir):
"""As param takes precendence even if ini config is correct it should fail
"""As param takes precedence even if ini config is correct it should fail
if passed param is incorrect"""
base_dir = "features"
prepare_testdir(testdir, base_dir)
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/test_main.py
Expand Up @@ -9,7 +9,7 @@


def test_main(monkeypatch, capsys):
"""Test if main commmand shows help when called without the subcommand."""
"""Test if main command shows help when called without the subcommand."""
monkeypatch.setattr(sys, "argv", ["pytest-bdd"])
monkeypatch.setattr(sys, "exit", lambda x: x)
main()
Expand Down

0 comments on commit 422dae6

Please sign in to comment.