[Pysys-commits] SF.net SVN: pysys:[1013] branches/post-1.3.0
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-08-30 16:12:58
|
Revision: 1013 http://sourceforge.net/p/pysys/code/1013 Author: ben-spiller Date: 2018-08-30 16:12:55 +0000 (Thu, 30 Aug 2018) Log Message: ----------- add __str__ implementations for BaseTest and BaseRunner that provide a nice short human-friendly but unique (across multiple cycle) string for test objects and runners; could be useful for debugging purposes, and for naming externally created resources (e.g. docker images); also add BaseTest.testCycle (mostly for the above) Modified Paths: -------------- branches/post-1.3.0/pysys/baserunner.py branches/post-1.3.0/pysys/basetest.py branches/post-1.3.0/pysys-dist/pysys-release.txt branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_068/run.py branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_069/Input/NestedPass/run.py branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_069/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |