We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c06381 commit 9dc4f4cCopy full SHA for 9dc4f4c
1 file changed
src/flint/test/test_docstrings.py
@@ -36,7 +36,7 @@ class PyTestDocTestRunner(doctest.DocTestRunner):
36
def report_failure(self, out, test, example, got):
37
pytest.fail(
38
"\n".join([
39
- f"Failed: {test.name}, line: {test.lineno}",
+ f"{test.name}, line: {test.lineno}",
40
"Failed example:",
41
f"\t{example.source.strip()}",
42
"Expected:",
0 commit comments