Commit 2d6f0a29 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

HACKING.rst: Adding a little reminder of how to invoke specific tests

parent 3b8b8f9c
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -219,6 +219,12 @@ You can always abort on the first failure by running::

  ./setup.py test --addopts -x

If you want to run a specific test or a group of tests, you
can specify a prefix to match. E.g. if you want to run all of
the frontend tests you can do::

  ./setup.py test --addopts -k --addopts 'tests/frontend/'


Adding Tests
~~~~~~~~~~~~