Skip to content
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

Document self arg and exception handling #142

Merged
merged 5 commits into from
May 18, 2018

Conversation

goodboy
Copy link
Contributor

@goodboy goodboy commented May 17, 2018

Resolves #128 and switches our pypi links to warehouse.
Tossed in docs for #123 as well.

@goodboy goodboy changed the title Doc self arg Document self arg and exception handling May 17, 2018
docs/index.rst Outdated
class Plugin2(object):
@hookimpl
def myhook(self, args):
raise RunTimeError
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: RuntimeError (the t is lowercase)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shoot.. nice catch!

Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great work! 👍

docs/index.rst Outdated
class Plugin2(object):
@hookimpl
def myhook(self, args):
raise RunTimeError
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed!

@goodboy
Copy link
Contributor Author

goodboy commented May 18, 2018

CI is stalled?

@nicoddemus
Copy link
Member

Probably just busy, it happens on occasion.

@goodboy goodboy merged commit 88fe9b9 into pytest-dev:master May 18, 2018
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

Successfully merging this pull request may close these issues.

3 participants