Fix spelling: s/outside a/outside of a/

This commit is contained in:
Daniel Hahler
2016-08-20 18:43:39 +02:00
parent 9aec8d9a47
commit e306a53999
4 changed files with 5 additions and 5 deletions

View File

@@ -967,5 +967,5 @@ def test_module_level_skip_error(testdir):
""")
result = testdir.runpytest()
result.stdout.fnmatch_lines(
"*Using @pytest.skip outside a test * is not allowed*"
"*Using @pytest.skip outside of a test * is not allowed*"
)