Skip to content

Commit

Permalink
Fix test about pytest.skip message being used at global level
Browse files Browse the repository at this point in the history
Fix #1959
  • Loading branch information
nicoddemus committed Oct 1, 2016
1 parent 57bb3c6 commit 336d790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_skipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,5 +967,5 @@ def test_func():
""")
result = testdir.runpytest()
result.stdout.fnmatch_lines(
"*Using @pytest.skip outside of a test * is not allowed*"
"*Using pytest.skip outside of a test is not allowed*"
)

0 comments on commit 336d790

Please sign in to comment.