-
Notifications
You must be signed in to change notification settings - Fork 183
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
[WIP] Extract shared behaviour of test disco listeners #3288
base: main
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd the label graphite-merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
a28112a
to
3474d77
Compare
We're seeing some RuboCop failures because the |
|
||
@nesting << name | ||
#: (Prism::ClassNode node) -> void | ||
def on_class_node_leave(node) |
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.
We shouldn't need these methods that do nothing but call super
.
extend T::Helpers | ||
abstract! | ||
|
||
include Requests::Support::Common |
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.
Since its now in the parent, we can remove this include
from the child classes.
Motivation
WIP
Implementation
Automated Tests
Manual Tests