1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00

add info about nosetests usage

This commit is contained in:
Dr. Peter Poeml 2007-05-16 10:57:38 +00:00
parent fc6eaf68da
commit 04b63a2085

11
README
View File

@ -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