Skip to content

Commit bfbe177

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

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
@@ -1199,7 +1199,7 @@ def __init__(
11991199
self._instance = instance
12001200

12011201
def __repr__(self) -> str:
1202-
return f"pytest_fixture({self._fixture_function})"
1202+
return f"<pytest_fixture({self._fixture_function})>"
12031203

12041204
def __get__(self, instance, owner=None):
12051205
return FixtureFunctionDefinition(

0 commit comments

Comments
 (0)