Skip to content

Commit

Permalink
Remove keyword from pytest.fail call
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 18, 2024
1 parent c143f85 commit 0a69bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docstrings.py
Expand Up @@ -68,4 +68,4 @@ def test_docstrings(module, monkeypatch):
print(indent(stdout.getvalue(), " "))

if runner.failures:
pytest.fail(msg=f"{runner.failures} tests failed")
pytest.fail(f"{runner.failures} tests failed")

0 comments on commit 0a69bc4

Please sign in to comment.