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:
parent
fc6eaf68da
commit
04b63a2085
11
README
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user