Skip to content

Commit b2d2694

Browse files
committed
Make verbose tests identifible
1 parent 1b31a67 commit b2d2694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/flint/test/test_docstrings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def report_unexpected_exception(self, out, test, example, exc_info):
7070
[
7171
test for _, test_set in find_doctests(flint)
7272
for test in test_set
73-
]
73+
],
74+
ids=lambda test: test.name,
7475
)
7576
def test_docstrings(test):
7677
runner.run(test)

0 commit comments

Comments
 (0)