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 33538a2 commit c7a949aCopy full SHA for c7a949a
tests/test_docstrings.py
@@ -39,4 +39,4 @@ def test_docstrings(module):
39
print(indent(stdout.getvalue(), " "))
40
41
if runner.failures:
42
- pytest.fail(msg=f"{runner.failures} tests failed")
+ pytest.fail(f"{runner.failures} tests failed")
0 commit comments