[Pysys-commits] SF.net SVN: pysys:[877] trunk
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-05-10 15:20:20
|
Revision: 877 http://sourceforge.net/p/pysys/code/877 Author: ben-spiller Date: 2018-05-10 15:19:08 +0000 (Thu, 10 May 2018) Log Message: ----------- added a defaultIgnoreExitStatus project property as discussed, which is set to False in the example project config file to encourage best-practice (i.e. unless test author explicitly decides a process is expected to fail, report an error if it does to avoid silently ignoring real problems), but set it to True if not configured in project file (to avoid changing behaviour for existing projects); added testcase PySys_internal_071 for this; also added a convenient self.mkdir function at the same time to avoid having to import fileutils since I find I need it quite often Modified Paths: -------------- trunk/pysys/process/user.py trunk/pysys/unit/pyunit.py trunk/pysys-dist/pysys-release.txt trunk/pysys-examples/internal/testcases/PySys_internal_020/run.py trunk/pysys-examples/pysysproject.xml Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_071/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/Input/fail.py trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/run.py trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/pysysproject-notset.xml trunk/pysys-examples/internal/testcases/PySys_internal_071/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_071/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_071/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |