Skip to content

Commit b8bf7ed

Browse files
nicoddemus0xDEC0DE
authored andcommitted
Update testing/python/fixtures.py
1 parent ff09ea3 commit b8bf7ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/python/fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,7 @@ def test_printer_2(self):
15581558
result.stdout.fnmatch_lines(["* 2 passed in *"])
15591559

15601560
def test_parameterized_fixture_caching(self, pytester: Pytester) -> None:
1561+
"""Regression test for #12600."""
15611562
pytester.makepyfile(
15621563
"""
15631564
import pytest

0 commit comments

Comments
 (0)