From 72409897d4aedf69162feaff77e4e855aa11a0dd Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Wed, 18 Jul 2012 06:52:16 -0500 Subject: [PATCH] updated how I call the unittests --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8210ab7..a6f403f 100644 --- a/README.rst +++ b/README.rst @@ -8,4 +8,4 @@ Testing ======= Please run the following command to run all tests:: - python -m unittest surf.test + python -m unittest discover -v