-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add Thunderbird daily default branch handling (#247) #676
Add Thunderbird daily default branch handling (#247) #676
Conversation
I noticed the pylama failure code due to pycodestyle (too long line) - fixed now by latest push |
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.
Thanks for the PR! Functionality wise this works fine. Please see my inline comments for further suggestions.
Updated: Remove redundant test arguments, remove default branch from CLI, remove non-ops if-else block, add NotSupportedError and test cases for invalid branch @whimboo |
…ozilla#247) - add NotSupportedError for invalid branch" This reverts commit 74d0ff9.
…ndling (mozilla#247) - add test cases for invalid branch"
…ndling (mozilla#247) - add test cases for invalid branch" - update to NotFoundError
Done, branch check commit reverted and test cases re-ordered @whimboo |
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.
Thanks a lot! It looks all fine now and tests are passing as well.
Fix #247 - Add Thunderbird daily default branch handling @whimboo
Also handle Firefox, Tinderbox
Test cases added