From ef9485f8a699d5cf939d03bb518b04461f222ac6 Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Mon, 7 May 2012 23:18:35 -0600 Subject: [PATCH] documented how to run tests --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ddeefa2..8210ab7 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ surfaces ======== ----------------------------------------------------------- -- a playground adding surface subdivision methods to scipy ----------------------------------------------------------- +.. rubric:: a playground adding surface subdivision methods to scipy + +Testing +======= +Please run the following command to run all tests:: + + python -m unittest surf.test