Revision: 1050
http://sourceforge.net/p/pysys/code/1050
Author: ben-spiller
Date: 2018-10-19 15:48:35 +0000 (Fri, 19 Oct 2018)
Log Message:
-----------
minor improvement to internal testing - changing global os.environ is not safe (sometimes results in concurrency bugs when running in parallel; also means behaviour of later tests is affected by env changes made by earlier tests), so run that bit inside a nested testcase; from 002 simply remove as not used
Modified Paths:
--------------
branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_001/run.py
branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_002/run.py
Added Paths:
-----------
branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_001/Input/NestedTest/
branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_001/Input/NestedTest/Input/
branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_001/Input/NestedTest/pysystest.xml
branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_001/Input/NestedTest/run.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|