diff --git a/src/_pytest/nodes.py b/src/_pytest/nodes.py index 064d06995..53dea04e7 100644 --- a/src/_pytest/nodes.py +++ b/src/_pytest/nodes.py @@ -696,7 +696,7 @@ class Item(Node): def runtest(self) -> None: """Run the test case for this item. - + Must be implemented by subclasses. .. seealso:: :ref:`non-python tests`