-
Notifications
You must be signed in to change notification settings - Fork 258
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
Added before_reap and after_reap hooks #1104
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Ideally the doc should be updated, an maybe the tests as well (they can be a bit hard to grasp unfortunately).
Okay, I will update them. I currently ignore the return value of the hook, should I ? I saw that in the code sometimes it is ignored, sometime not. |
I think it can be ignored here, yes. We can't do much about it :) . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
The py26 build failed, but I think we should drop it anyway… Let's carry on. |
I had a small question before merging, while testing on my computer, it seems assert* methods where useless. I put a |
Related to #1103
I am not sure if I need to take care of the hook result ?