Skip to content

Commit

Permalink
give test descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 23, 2024
1 parent 5c255e6 commit 0f41b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbmake/pytest_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class NotebookItem(pytest.Item):
nbmake = True

def __init__(self, parent: Any, filename: str):
super().__init__("", parent)
super().__init__(parent.name, parent)
self.filename = filename

def runtest(self):
Expand Down

0 comments on commit 0f41b11

Please sign in to comment.