From 3178b58afc9f899a84564c22b2a8a7d0e3cbcdae Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 3 Jan 2011 13:50:19 -0800 Subject: [PATCH] fix formatting --- doc/testing/source/how-to-write-tests.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/testing/source/how-to-write-tests.rst b/doc/testing/source/how-to-write-tests.rst index 3a0acf6a3..9280a5371 100644 --- a/doc/testing/source/how-to-write-tests.rst +++ b/doc/testing/source/how-to-write-tests.rst @@ -38,23 +38,23 @@ under ``src/test`` for more complicated examples. *The rest of this chapter remains to be written* How to add an example program to the test suite ------------------------------------------------ +*********************************************** Testing for boolean outcomes ----------------------------- +**************************** Testing outcomes when randomness is involved --------------------------------------------- +******************************************** Testing output data against a known distribution ------------------------------------------------- +************************************************ Providing non-trivial input vectors of data -------------------------------------------- +******************************************* Storing and referencing non-trivial output data ------------------------------------------------ +*********************************************** Presenting your output test data --------------------------------- +********************************