-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG+1] TST fix generated test names #7412
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
Conversation
deea41f
to
0d0b484
Compare
Do you also wanna include the fix from #7348? |
LGTM |
I'm cleaning this all up. |
c7402f6
to
1578edd
Compare
sweet. +1 |
I wonder if this could more neatly be written as a decorator applied to each check. If so, should i hedge my bets and make |
I don't think it can be done as a decorator. Private would still be good, though, in particular if we're moving away from nose soonish. |
I think it can be done as a decorator, but i'll make the change to underscored. |
done |
Thanks! This is much nicer than before. |
An adjustment to #7317. Will show correct estimator names, where old version repeatedly overwrote an attribute on a function, leading to issues with execution order.