From 04b63a2085535738d5667de1bea9713e8f34ab72 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Wed, 16 May 2007 10:57:38 +0000 Subject: [PATCH] add info about nosetests usage --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 6b6d34bb..2d097ae2 100644 --- a/README +++ b/README @@ -148,3 +148,14 @@ host build.opensuse.org """ chmod 0600 ~/.w3m/passwd + + +NOTES about the testsuite + +It requires editing tests.py, for a user account / project to work with. +I use my own project (home:poeml) for testing. +Tests can be run as ./tests.py +or, more powerful, with nosetests: + nosetests --exe +To run a single test, you can use: + nosetests --exe tests:TestOsc.testCmdOptVersion