From 2977b2f34bdbb7284bcc6244e85a1fdb657447f2 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 7 Mar 2014 18:28:09 +0530 Subject: Initial commit Change-Id: I45f91b2017ed59b057d21de52fd94c5c83fcf86f Signed-off-by: Bala.FA --- tests/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/README (limited to 'tests/README') diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..3681917 --- /dev/null +++ b/tests/README @@ -0,0 +1,11 @@ +This test suite is built on the Nose framework. For more information see: + + http://readthedocs.org/docs/nose/en/latest/ + +Running the test suite: +----------------------- + +Running these tests is easy. + +~$ python testrunner.py +~$ python testrunner.py *.py -- cgit