mozilla / mozdownload

Easy to use download tool and API for different types of Firefox and Thunderbird builds
http://pypi.python.org/pypi/mozdownload
Other
70 stars 77 forks source link

Add Thunderbird daily default branch handling (#247) #676

Closed piri-p closed 6 months ago

piri-p commented 6 months ago

Fix #247 - Add Thunderbird daily default branch handling @whimboo Also handle Firefox, Tinderbox

Test cases added

piri-p commented 6 months ago

I noticed the pylama failure code due to pycodestyle (too long line) - fixed now by latest push

piri-p commented 6 months ago

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

piri-p commented 6 months ago

Done, branch check commit reverted and test cases re-ordered @whimboo