We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae92053 commit be9dfebCopy full SHA for be9dfeb
python_files/vscode_pytest/__init__.py
@@ -703,7 +703,7 @@ def create_session_node(session: pytest.Session) -> TestNode:
703
}
704
705
706
-def create_class_node(class_module: pytest.Class) -> TestNode:
+def create_class_node(class_module: pytest.Class | DescribeBlock) -> TestNode:
707
"""Creates a class node from a pytest class object.
708
709
Keyword arguments:
0 commit comments