[Pysys-commits] SF.net SVN: pysys:[1017] branches/post-1.3.0
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-08-31 17:52:55
|
Revision: 1017 http://sourceforge.net/p/pysys/code/1017 Author: ben-spiller Date: 2018-08-31 17:52:52 +0000 (Fri, 31 Aug 2018) Log Message: ----------- fix a small bug in the original design of the performance reproter API - it's really common to want to be able to access the runner to get at information such as what mode/config is in use; construct performance reporters after runner construction has completed to enable this; also needed to add **kwargs to performance reporter's constructor (this is generally a good idea for python APIs where subclassed constructors are likely) which we can use to pass in runner=; added a little hack (+test coverage) to permit 1.3.0 performance reporter subclasses to still work without code changes Modified Paths: -------------- branches/post-1.3.0/pysys/baserunner.py branches/post-1.3.0/pysys/utils/perfreporter.py branches/post-1.3.0/pysys/xml/project.py branches/post-1.3.0/pysys-dist/pysys-release.txt branches/post-1.3.0/pysys-examples/internal/testcases/PySys_internal_065/Input/extrapath/mypkg/customperf.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |