Skip to content

Monkeypatch docs lost method reference between 3.0.1 and 3.0.2 #1909

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

Closed
alex opened this issue Sep 3, 2016 · 2 comments
Closed

Monkeypatch docs lost method reference between 3.0.1 and 3.0.2 #1909

alex opened this issue Sep 3, 2016 · 2 comments

Comments

@alex
Copy link
Contributor

alex commented Sep 3, 2016

Compare:

http://doc.pytest.org/en/3.0.1/monkeypatch.html

vs

http://doc.pytest.org/en/3.0.2/monkeypatch.html

I suspect this was caused by 519f02b#diff-425daef754438812ec1a0e4d3aeaeff8

@RonnyPfannschmidt RonnyPfannschmidt self-assigned this Sep 3, 2016
@RonnyPfannschmidt
Copy link
Member

good find, 519f02b#diff-425daef754438812ec1a0e4d3aeaeff8L62 is the exact place

nicoddemus added a commit to nicoddemus/pytest that referenced this issue Sep 3, 2016
@nicoddemus
Copy link
Member

Yep, my bad! I removed :members: because it contained members which were no longer on the class (hence generating warnings) and I thought autoclass was enough... but failed to check it. 😓

Opened #1910, will merge as soon as tests pass so the docs are OK again.

Thansk @alex for the report! 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants