[Pysys-commits] SF.net SVN: pysys:[842] trunk/pysys/baserunner.py
Brought to you by:
ben-spiller,
moraygrieve
|
From: <ben...@us...> - 2018-04-05 21:24:37
|
Revision: 842
http://sourceforge.net/p/pysys/code/842
Author: ben-spiller
Date: 2018-04-05 21:24:35 +0000 (Thu, 05 Apr 2018)
Log Message:
-----------
move setup of stdout to the beginning of the runner callback so that we still get diagnostics if something fails early;
remove some incredibly complex and unnecessary resultQueue logic - far simpler for each result callback to just immediately deal with itself without any queuing or counters (behaviour should be the same, jsut simpler code for same effect); also remove "counter" from testcontainer class, since it is not needed;
slightly better error messages logged by runner in certain cases
Modified Paths:
--------------
trunk/pysys/baserunner.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|