-
Notifications
You must be signed in to change notification settings - Fork 641
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
beforeProject / afterProject in TestListener is confusing #859
Labels
enhancement ✨
Suggestions for adding new features or improving existing ones.
Milestone
Comments
sksamuel
added
bug 🐛
Issues that report a problem or error in the code.
enhancement ✨
Suggestions for adding new features or improving existing ones.
labels
Jun 22, 2019
small example:
|
I removed the bug label, I don't think this is a bug. It's confusing tho xD |
How to deprecate this without breaking client code? Currently, any user is implementing project listeners using the TestListener. |
Maybe just deprecate it from TestListener and then add a new
ProjectListener.
…On Tue, 25 Jun 2019, 13:24 Leonardo Colman Lopes, ***@***.***> wrote:
How to deprecate this without breaking client code?
Currently, any user is implementing project listeners using the
TestListener.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#859>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFVSGX2FJNOJPPUK5QHWDDP4JPEVANCNFSM4H2XPGIQ>
.
|
Added ProjectListener |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These methods won't be invoked in a test listener, so they should be in some kind of project listener.
The text was updated successfully, but these errors were encountered: