[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-03-17 13:43:54 +00:00 committed by Warren Markham
parent e46fe6f55f
commit accf57c8a6
1 changed files with 3 additions and 3 deletions

View File

@ -256,9 +256,9 @@ def test_verbose_include_multiline_docstring(pytester: Pytester) -> None:
def test_should_not_show_pseudo_fixtures(pytester: Pytester) -> None:
"""A fixture is considered pseudo if it was directly created using the
``@pytest.mark.parametrize`` decorator as part of internal pytest
mechanisms (such as to manage batch execution). These fixtures should not
be included in the output because they don't satisfy user expectations for
``@pytest.mark.parametrize`` decorator as part of internal pytest
mechanisms (such as to manage batch execution). These fixtures should not
be included in the output because they don't satisfy user expectations for
how fixtures are created and used."""
p = pytester.makepyfile(
"""