I am running python nosetests on a foreign module. The dots mean that a test passed. What does S stand for?
c:\vendor\test>nosetests
................................................................................
........................................SS......S.S.............................
.........SSSSSSSSSSSSSSSSSS......S....SSSS.................S..S...SSSSSSSSSSSSSS
SSSSSSSSS.SSSSSSSSSSSSSSSSSSSSS..........SS.....SSSSSSS............
----------------------------------------------------------------------
Ran 327 tests in 629.369s
This seems so obvios that it is hardly mentioned, could not find it in the docs, in the man page and not using google. Sorry I am not a python native.
S
means skipped, .
means success.
http://readthedocs.org/docs/nose/en/latest/plugins/skip.html
This plugin installs a SKIP error class for the SkipTest exception. When SkipTest is raised, the exception will be logged in the skipped attribute of the result, ‘S’ or ‘SKIP’ (verbose) will be output, and the exception will not be counted as an error or failure.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With