E&S CVS Commit: PyProtocols - Added basic tests for Twisted 1.0.5 interfaces. Continued test suite

pje at eby-sarna.com pje at eby-sarna.com
Fri Jun 6 16:05:00 EDT 2003


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

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

Log Message:
Added basic tests for Twisted 1.0.5 interfaces.  Continued test suite
refactoring so that more of the checks occur in a single place, rather than
copied with slight changes between suites.  A lot of functionality is still
not covered by these tests; notably, deriving PyProtocols interfaces from
Zope and Twisted interfaces, and dealing with individual object
declarations for Zope and Twisted.


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.4&r2=1.5
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/checks.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_zope.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_classes.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_direct.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_twisted.py?rev=1.1&content-type=text/vnd.viewcvs-markup

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