From ef9dd0d4c5d8c1a547b557573bc782b92ea5abbf Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Thu, 18 Jun 2015 17:47:33 -0500 Subject: added comment about failing tests and categories --- contributing.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/contributing.rst b/contributing.rst index 31ffccced..745db2377 100644 --- a/contributing.rst +++ b/contributing.rst @@ -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 =============== -- cgit 1.4.1-2-gfad0