Clark Boylan 22e13ab903 Validate the nose test case wrapper test member.
Apparently not every nose test case wrapper has a test member. Validate
that the member exists before accessing it. If the test case does not
have a test member check if it is a Test Suite with a _tests member.
Iterate over that iterable of tests if it exists.

Change-Id: Ie1afeb3ebc023f114975a84d8757d0c282932834
2012-08-21 17:52:35 -07:00
2012-08-21 11:03:56 -07:00
2012-08-21 11:03:56 -07:00
2012-08-21 09:52:44 -07:00
2012-08-08 09:19:47 -07:00
2012-08-21 11:03:56 -07:00

A plugin for nosetests that will write out test results to results.html. The
code is adapted from the example html output plugin at
https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
and the pyunit Html test runner at
http://tungwaiyip.info/software/HTMLTestRunner.html.
Description
Nose plugin for generating HTML output
Readme 183 KiB
Languages
HTML 88.6%
Python 11.4%