caplog documentation is incorrect #3406
Closed
Labels
Comments
Yes, you seem to have found an error in the docs. @nicoddemus @RonnyPfannschmidt , can I take a stab at a PR? I'm a first-time contributor :) |
nicoddemus
added a commit
that referenced
this issue
Apr 20, 2018
Fix typo in caplog fixture documentation: Issue #3406
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As seen here: https://docs.pytest.org/en/latest/builtin.html
However,
text
,records
andrecord_tuples
are properties. Using them as described results in an exception:The text was updated successfully, but these errors were encountered: