E&S CVS Commit: PEAK - Added tests for peak.util.signature, and added support for 'advice' classes
pje@eby-sarna.com
pje@eby-sarna.com
Tue Jan 13 18:40:01 2004
Module Name: PEAK
Committed By: pje
Date: Tue Jan 13 23:05:23 UTC 2004
Modified Files:
PEAK/src/peak/config: modules.py
PEAK/src/peak/model: features.py
PEAK/src/peak/util: advice.py
PEAK/src/peak/util/tests: __init__.py
Added Files:
PEAK/src/peak/util/tests: test_signature.py
Log Message:
Added tests for peak.util.signature, and added support for 'advice' classes
to give call signature data for advised methods. Also, removed outdated
uses of 'peak.util.advice' where 'protocols.advice' is the actual home of
the function.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/config/modules.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.28&r2=1.29
http://cvs.eby-sarna.com/PEAK/src/peak/util/advice.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/util/tests/__init__.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/util/tests/test_signature.py?rev=1.1&content-type=text/vnd.viewcvs-markup
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/config/modules.py
cvs rdiff -r1.28 -r1.29 PEAK/src/peak/model/features.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/util/advice.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/util/tests/__init__.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/util/tests/test_signature.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.