[Pysys-commits] SF.net SVN: pysys:[1048] branches/post-1.3.0
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-10-19 14:47:27
|
Revision: 1048 http://sourceforge.net/p/pysys/code/1048 Author: ben-spiller Date: 2018-10-19 14:47:23 +0000 (Fri, 19 Oct 2018) Log Message: ----------- inexperienced pysys users often use print() instead of self.log which 'appears' to work fine, but actually results in none of the information being stored in the run.log, making test failures extremely difficult to debug; now pysys will automatically redirect stdout print statements to the logger so they show up in run.log; I added an undocumented env var to disable this behaviour in case of the unlikely event that this causes problems for anyone (can remove this after it's had one or two releases to bed down) Modified Paths: -------------- branches/post-1.3.0/pysys/baserunner.py branches/post-1.3.0/pysys-dist/pysys-release.txt Added Paths: ----------- branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/ branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Input/ branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Input/NestedTest/ branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Input/NestedTest/Input/ branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Input/NestedTest/pysystest.xml branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Input/NestedTest/run.py branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Input/pysysproject.xml branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/Reference/ branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/pysystest.xml branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_091/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |