We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b31a67 commit b2d2694Copy full SHA for b2d2694
1 file changed
src/flint/test/test_docstrings.py
@@ -70,7 +70,8 @@ def report_unexpected_exception(self, out, test, example, exc_info):
70
[
71
test for _, test_set in find_doctests(flint)
72
for test in test_set
73
- ]
+ ],
74
+ ids=lambda test: test.name,
75
)
76
def test_docstrings(test):
77
runner.run(test)
0 commit comments