E&S CVS Commit: PyProtocols - Added instance-provides tests for Twisted. Gave each package its own

pje at eby-sarna.com pje at eby-sarna.com
Fri Jun 6 18:21:01 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Fri Jun  6 22:21:04 UTC 2003

Modified Files:
	PyProtocols/src/protocols/tests: checks.py test_direct.py
	    test_twisted.py test_zope.py

Log Message:
Added instance-provides tests for Twisted.  Gave each package its own
base classes for certain things, to prevent Twisted and Zope stomping each
others' __implements__ in classes!


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/checks.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_direct.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_twisted.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_zope.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PyProtocols/src/protocols/tests/checks.py
cvs rdiff -r1.8 -r1.9 PyProtocols/src/protocols/tests/test_direct.py
cvs rdiff -r1.2 -r1.3 PyProtocols/src/protocols/tests/test_twisted.py
cvs rdiff -r1.4 -r1.5 PyProtocols/src/protocols/tests/test_zope.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list