7
edits
(fix typo in the link of homepage) |
(add flake8 command for checking style issues→How to setup for development) |
||
Line 29: | Line 29: | ||
(Windows instructions should be pretty similar, the only difference should be the activation step) | (Windows instructions should be pretty similar, the only difference should be the activation step) | ||
Check style/bad code issues with flake8: | |||
pip install flake8 | |||
flake8 mozregression tests | |||
To run unit tests: | To run unit tests: |
edits