[Pysys-commits] SF.net SVN: pysys:[1032] branches/post-1.3.0
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-09-17 18:00:43
|
Revision: 1032 http://sourceforge.net/p/pysys/code/1032 Author: ben-spiller Date: 2018-09-17 18:00:38 +0000 (Mon, 17 Sep 2018) Log Message: ----------- reintroduce fix for cross-contamination of different run.py files - using exec() rather than the module import mechanism avoids unexpected interactions between symbols defined in different run.py files (and I suspect may also allow python to forget about testcases already executed in a way it couldn't when using the module import system); the tests show this approach does not regress existing behaviour and run.py source/line informatin is still available as it was before 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_087/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |