-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request
fixture contains a path
property, but this is not in the documentation
#9975
Comments
Hi @dorak88783, Thanks for reporting. IIRC we decide to leave this undocumented for now while we slowly remove the dependency to |
I don't think this is intended. The |
Hmm I had a vague recollection of we leaving it undocumented on purpose, but I'm remembering it wrong then |
Hi, I created a PR here to fix this issue. |
@nicoddemus Just checking in if anything else is needed for this. I created a PR here |
Added Docstring description for the Path property of FixtureRequest #9975
Ahh I missed, thanks for the ping. 👍 Just merged it, thanks again. |
[7.1.x] Added Docstring description for the Path property of FixtureRequest #9975
In https://docs.pytest.org/en/7.1.x/_modules/_pytest/fixtures.html#FixtureRequest there is a (nice) property
def path(self) -> Path
, but this is not in the documentation athttps://docs.pytest.org/en/7.1.x/reference/reference.html#std-fixture-request
.Is this as expected?
The text was updated successfully, but these errors were encountered: