[mozunit] Add support for Python 3
Categories
(Firefox Build System :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: egao, Unassigned)
References
Details
mozunit
needs to support Python 3, since running tests for all other moz*** libraries rely on mozunit.
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•4 years ago
|
||
Hi!... I am new to Mozilla's codebase but I think I am good with python, Do you think I can work on this issue?
Comment 2•4 years ago
|
||
Hey Ankush! I like your enthusiasm - if you're new to the Mozilla codebase, I'd recommend starting with a bug that has the good-first-bug
keyword.
I'd recommend taking a look at the list of them.
If you'd like to work with a specific component (e.g. the "build", which is Python), there's an "edit search" button at the bottom you can use to filter the list further.
Comment 3•4 years ago
|
||
Hi Mitchel, I tried searching for good-first-bug by filtering it using Build, but I could not find anything!... Am I doing anything wrong?
Sorry for the trivial question as I am still new to bugzilla and try to learn to navigate it :)
Comment 4•4 years ago
|
||
No worries! Bugzilla is confusing at times :)
To filter for Build, I clicked on my link then:
- Clicked "Edit Search" at the bottom
- In
Classification
, I clicked "Developer Infrastructure" - In
Product
, I clicked "Firefox Build System" - In
Component
, I clicked "General". (Note: to select multiple, you can hold downCTRL
and click on other components as well. For more Python bugs, you may be interested in "Bootstrap Configuration") - Finally, I clicked "Search" at the bottom of the page.
(note: if you'd prefer to ask more questions about "bug hunting" in a chat-like setting, hop in the #build channel on Matrix :)
Comment 5•4 years ago
|
||
Awesome Thank you!...
Updated•3 years ago
|
Description
•