-
Notifications
You must be signed in to change notification settings - Fork 0
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
DWPF-704 update dw usage of feedback package and implement custom notifications #433
DWPF-704 update dw usage of feedback package and implement custom notifications #433
Conversation
…-and-implement-custom-notifications
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.
When we merge PRs, their title become the commit message on the main branch.
Since this is the case, I like to make sure the ticket number is in the format that will be picked up by Jira:
Dwpf 704
> DWPF-704
I am not sure why the title gets changed. I assumed the PR was getting the same name I give to the branch. |
…-and-implement-custom-notifications
…-and-implement-custom-notifications
…back-package-and-implement-custom-notifications' into DWPF-704-update-dw-usage-of-feedback-package-and-implement-custom-notifications
…-and-implement-custom-notifications
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.
Looks good! There are a few things in the tests I'd ideally improve but no blockers
freezer.move_to("2023-09-03") | ||
assert not feedback_received_within() | ||
|
||
|
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.
the following ones are all fine, but very repetitive - if you want you could consider parameterising them to make it a bit more concise and (IMO) easier to see what's happening between the tests. There's examples of this in DW somewhere if you search around.
No description provided.