Skip to content

Commit

Permalink
[refactor] Minor improvements in quality assurance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devkapilbansal committed Jul 20, 2021
1 parent 03944f3 commit 959f4ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ Install test requirements::

Run quality assurance tests with::

./run-qa-checks
#install openwisp-utils QA tools first
pip install openwisp-utils[qa]

**Note:** Quality Assurance checks depends on `openwisp-utils <https://github.com/openwisp/openwisp-utils>`_ and it should be installed before running the tests.
#run QA checks before committing code
./run-qa-checks

You can run all unit tests by launching the dedicated script::

Expand Down

0 comments on commit 959f4ec

Please sign in to comment.