From b48fb2003629054e0bd1865f55eb2502989ea96f Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 10 Sep 2015 07:46:34 +0200 Subject: [PATCH] fix markup and typo --- doc/contributors/testing.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/contributors/testing.rst b/doc/contributors/testing.rst index afa544d..d6e9d50 100644 --- a/doc/contributors/testing.rst +++ b/doc/contributors/testing.rst @@ -6,19 +6,19 @@ Testing Autocmake You will need to install `pytest `__. Check also the `Travis `__ -and the `Appveyor `__ +and the `Appveyor `__ build and test recipes for other requirements. Your contributions and changes should preserve the test set. You can run locally all tests with:: $ py.test test/test.py - -You can also select individual tests, for example those with *fc_blas* string in the name + +You can also select individual tests, for example those with ``fc_blas`` string in the name:: $ py.test -k fc_blas test/test.py - -For more options, see the *py.test* flags. + +For more options, see the ``py.test`` flags. This test set is run upon each push to the central repository. See also the `Travis `__ and the -`Appveyour `__ build and test history. +`Appveyor `__ build and test history.