-
Notifications
You must be signed in to change notification settings - Fork 11
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
feedback: allow events coming from roleGen #1502
base: main
Are you sure you want to change the base?
feedback: allow events coming from roleGen #1502
Conversation
0e1e490
to
2c9345f
Compare
5e3191f
to
4396f22
Compare
55c1d14
to
919fafe
Compare
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.
Other than a couple of niggles.. but I think I answered one myself; LGTM 👍
I'd more interested in your if False...
when sending page transition events.
b4ce2a0
to
753ec5d
Compare
Accept the action and feeback events coming from the extension for the role generation.
753ec5d
to
29cb634
Compare
|
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.
On the whole LGTM 👍
I just don't understand however why the test data is duplicated.
Am I missing something obvious?!?
def test_feedback_generation(self): | ||
action = { |
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.
I'm struggling to understand why the properties in this structure are duplicated.
If it's important that it's duplicated perhaps add a comment so somebody doesn't think to "clean it up" in the future.
Please explain yourself 😆
Accept the action and feeback events coming from the extension for the role generation.