Skip to content

Commit f65d355

Browse files
Glyphackwebknjaz
andcommitted
Update src/_pytest/fixtures.py
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 4c134ea commit f65d355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ def __init__(
11921192
self._instance = instance
11931193

11941194
def __repr__(self) -> str:
1195-
return f"pytest_fixture({self._fixture_function})"
1195+
return f"<pytest_fixture({self._fixture_function})>"
11961196

11971197
def __get__(self, instance, owner=None):
11981198
return FixtureFunctionDefinition(

0 commit comments

Comments
 (0)