Skip to content

Commit

Permalink
[docs] Added one more example showing how to run specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 7, 2024
1 parent 0771906 commit 291f517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/general/running_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Run specific test files:
# runs tests.openwrt.test_network
nose2 -s tests/openwrt/ -v test_network
# alternative way
./runtests.py tests.openwrt.test_backend.TestBackend
See test coverage with:

.. code-block:: shell
Expand Down

0 comments on commit 291f517

Please sign in to comment.