From ef19d663c0ef8051cfcedb6ec3067cb7553bcd82 Mon Sep 17 00:00:00 2001
From: Paulo Bu 
Date: Sat, 13 Sep 2014 10:29:28 +0200
Subject: [PATCH] Update tests section in README file
---
 README | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/README b/README
index 9f7bed26..14dd24d2 100644
--- a/README
+++ b/README
@@ -34,20 +34,10 @@
     ~ Where are the tests?
 
       Good that you're asking.  The tests are in the
-      flask/testsuite package.  To run the tests use the
-      `run-tests.py` file:
+      tests/ folder.  To run the tests use the
+      `py.test` testing tool:
 
-        $ python run-tests.py
-
-      If it's not enough output for you, you can use the
-      `--verbose` flag:
-
-        $ python run-tests.py --verbose
-
-      If you just want one particular testcase to run you can
-      provide it on the command line:
-
-        $ python run-tests.py test_to_run
+        $ py.test
 
     ~ Where can I get help?