Skip to content

Commit dd149ca

Browse files
committed
refactor: remove unused code
1 parent 888f707 commit dd149ca

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/_pytest/fixtures.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,6 @@ def __call__(self, function: FixtureFunction) -> "FixtureFunctionDefinition":
11831183

11841184
return fixture_definition
11851185

1186-
def __repr__(self):
1187-
return "fixture"
1188-
11891186

11901187
# TODO: write docstring
11911188
class FixtureFunctionDefinition:
@@ -1660,13 +1657,6 @@ def _register_fixture(
16601657
] = None,
16611658
autouse: bool = False,
16621659
) -> None:
1663-
if name == "fixt2":
1664-
print(name)
1665-
print(func)
1666-
print(nodeid)
1667-
print(scope)
1668-
print(ids)
1669-
print(autouse)
16701660
"""Register a fixture
16711661
16721662
:param name:

0 commit comments

Comments
 (0)