E&S CVS Commit: PyProtocols - Misc. fixes; more refactoring/cleanup of test code duplication. Everything

pje at eby-sarna.com pje at eby-sarna.com
Fri Jun 6 17:19:00 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Fri Jun  6 21:18:24 UTC 2003

Modified Files:
	PyProtocols/src/protocols: classic.py interfaces.py twisted_support.py
	PyProtocols/src/protocols/tests: checks.py test_classes.py
	    test_direct.py test_twisted.py test_zope.py

Log Message:
Misc. fixes; more refactoring/cleanup of test code duplication.  Everything
should now have a canonical location/definition.  Also, found that one of
the old test cases wasn't being executed, because of a problem with
pickling circular references to new-style classes (Python bug #750328).
(Using cPickle to work around it for testing purposes.)  Next up, "instance
provides" tests for Zope and Twisted, and then "mixed marriage" interface
tests.


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

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PyProtocols/src/protocols/classic.py
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/interfaces.py
cvs rdiff -r1.1 -r1.2 PyProtocols/src/protocols/twisted_support.py
cvs rdiff -r1.2 -r1.3 PyProtocols/src/protocols/tests/checks.py \
    PyProtocols/src/protocols/tests/test_zope.py
cvs rdiff -r1.3 -r1.4 PyProtocols/src/protocols/tests/test_classes.py
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/tests/test_direct.py
cvs rdiff -r1.1 -r1.2 PyProtocols/src/protocols/tests/test_twisted.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