added comment about failing tests and categories

This commit is contained in:
Simon Hafner
2015-06-18 17:47:33 -05:00
parent 17d2ab82a8
commit ef9dd0d4c5

View File

@@ -91,7 +91,19 @@ You can run the tests with
./koch tests
which will run a good subset of tests. Some tests may fail.
which will run a good subset of tests. Some tests may fail. If you
only want to run failing tests, go for
.. code-block:: bash
./koch tests --failing all
You can also run only a single category of tests. For a list of
categories, see ``tests/testament/categories.nim``, at the bottom.
.. code-block:: bash
./koch tests c lib
Comparing tests
===============