Skip to content

Commit

Permalink
[docs] Added "Run tests" section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 21, 2016
1 parent 74ab26a commit 2053996
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,22 @@ Changelog

See `CHANGELOG <https://github.com/openwisp/openwisp-config/blob/master/CHANGELOG.rst>`_.

Run tests
---------

To run the unit tests, you must install the required dependencies first; to do this, you can take
a look at the `install-dev.sh <https://github.com/openwisp/openwisp-config/blob/master/install-dev.sh>`_
script.

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

./runtests

Alternatively, you can run specifc tests, eg::

cd openwisp-config/tests/
lua test_utils.lua -v

License
-------

Expand Down

0 comments on commit 2053996

Please sign in to comment.