E&S CVS Commit: PyProtocols - Began adding Zope tests, and refactoring test suite to make it easier to

pje at eby-sarna.com pje at eby-sarna.com
Fri Jun 6 13:52:00 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Fri Jun  6 17:52:06 UTC 2003

Modified Files:
	PyProtocols/src/protocols/tests: __init__.py test_classes.py
	    test_direct.py
Added Files:
	PyProtocols/src/protocols/tests: checks.py test_zope.py

Log Message:
Began adding Zope tests, and refactoring test suite to make it easier to
mix-and-match test fixtures so we can more easily test Zope and Twisted.
Note that some of the new tests FAIL with Zope X3 m2, but pass with the
latest CVS Zope.  It looks like Zope interfaces finally work correctly with
metaclasses!  There are still many things that Zope interfaces don't do
correctly or at all, though.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/__init__.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/checks.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_zope.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_classes.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_direct.py.diff?r1=1.5&r2=1.6

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PyProtocols/src/protocols/tests/__init__.py
cvs rdiff -r0 -r1.1 PyProtocols/src/protocols/tests/checks.py \
    PyProtocols/src/protocols/tests/test_zope.py
cvs rdiff -r1.1 -r1.2 PyProtocols/src/protocols/tests/test_classes.py
cvs rdiff -r1.5 -r1.6 PyProtocols/src/protocols/tests/test_direct.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