Revision: 1037
http://sourceforge.net/p/pysys/code/1037
Author: ben-spiller
Date: 2018-09-18 21:01:53 +0000 (Tue, 18 Sep 2018)
Log Message:
-----------
improve error handling in runner - while debugging some failure modes recently I found several places where serious errors (e.g. failure to report a test outcome by a writer) might easily go unnoticed by the user, or be reported without information about the test id where the problem was caused; now exceptions from writers will always lead to a non-success exit code and a message at the end of the test run so usuers should always be aware if something went wrong that could lead to missing results; for the same reason, made writer.setup errors immediately cause termination since continuing to run tests without recording the outcomes could be misleading and perhaps dangerous
Modified Paths:
--------------
branches/post-1.3.0/pysys/baserunner.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|