Spelling and grammar fixes (#11014)

This commit is contained in:
Ville Skyttä
2023-05-18 16:10:44 +03:00
committed by GitHub
parent 739408b958
commit 6041511fb4
7 changed files with 9 additions and 9 deletions

View File

@@ -82,7 +82,7 @@ def test_no_ini(pytester: Pytester, file_structure) -> None:
def test_clean_up(pytester: Pytester) -> None:
"""Test that the plugin cleans up after itself."""
# This is tough to test behaviorly because the cleanup really runs last.
# This is tough to test behaviorally because the cleanup really runs last.
# So the test make several implementation assumptions:
# - Cleanup is done in pytest_unconfigure().
# - Not a hookwrapper.