Skip to content

Commit 1b3411d

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

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

12001200
def __repr__(self) -> str:
1201-
return f"pytest_fixture({self._fixture_function})"
1201+
return f"<pytest_fixture({self._fixture_function})>"
12021202

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

0 commit comments

Comments
 (0)