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

Prove that PluginManger.register() ignores non-routines #97

Merged

Conversation

goodboy
Copy link
Contributor

@goodboy goodboy commented Nov 12, 2017

This proves that #91 is a problem in pytest and not pluggy.
Thanks to @RonnyPfannschmidt for the fix about a year ago ;)

when registering a module which imports it.
"""
pm._implprefix = 'example'
conftest = types.ModuleType("conftest")
Copy link
Member

Choose a reason for hiding this comment

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

For completeness, I would add an example_ function to one of the modules and ensure that it is collected.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Heh, and found a bug from the _Multicall refactor.. shocker we've got no tests for the undecorated hook collection stuff.

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.

Great work!

@goodboy goodboy force-pushed the test_reject_non_routine_hookimpls branch from 5f52422 to 3fa0ab4 Compare November 13, 2017 19:36
@goodboy
Copy link
Contributor Author

goodboy commented Nov 13, 2017

Hopefully the use of exec() doesn't fail on 2.6...

@goodboy goodboy force-pushed the test_reject_non_routine_hookimpls branch from 3fa0ab4 to 196229b Compare November 13, 2017 20:06
This proves that pytest-dev#91 is a problem in `pytest` and not `pluggy`.
Thanks to @RonnyPfannschmidt for the fix about a year ago ;)
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.

None yet

2 participants