[Pysys-commits] SF.net SVN: pysys:[911] trunk
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-05-16 21:47:11
|
Revision: 911 http://sourceforge.net/p/pysys/code/911 Author: ben-spiller Date: 2018-05-16 21:47:07 +0000 (Wed, 16 May 2018) Log Message: ----------- add test coverage for process monitors which wasn't being exercised before; make a small change to the process monitors to use a finally block for cleanup so file always gets closed, and avoid python2->3 problems by being explicit about whether we want integer or float results when dividing CPU time by numprocessors Modified Paths: -------------- trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/monitor.py Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_080/ trunk/pysys-examples/internal/testcases/PySys_internal_080/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_080/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_080/Reference/ref_counter.out trunk/pysys-examples/internal/testcases/PySys_internal_080/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_080/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |