From: W. Trevor King Date: Fri, 18 May 2012 17:01:51 +0000 (-0400) Subject: Add testing command line to the README. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=8d0a1fc2414b7f988532691a309248e63512352c Add testing command line to the README. --- diff --git a/README b/README index dd25629..e9b3b4b 100644 --- a/README +++ b/README @@ -193,6 +193,14 @@ As always, run:: for more details. +Testing +------- + +You can run the internal unit tests with nose_:: + + $ nosetest --with-doctest --doctest-tests pysawsim + + License -------