CVS: Products/PluggableAuthService/tests - conformance.py:1.3.16.1

Sidnei da Silva <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/PluggableAuthService/tests
In directory cvs.zope.org:/tmp/cvs-serv7291/tests

Modified Files:
      Tag: sidnei-challenge-protocol-chooser
	conformance.py 
Log Message:

- Implement Challenge Protocol Chooser, with functional doctests


=== Products/PluggableAuthService/tests/conformance.py 1.3 => 1.3.16.1 ===
--- Products/PluggableAuthService/tests/conformance.py:1.3	Thu Aug 12 11:15:55 2004
+++ Products/PluggableAuthService/tests/conformance.py	Sat Aug 13 00:34:34 2005
@@ -164,3 +164,23 @@
             import IRoleAssignerPlugin
 
         verifyClass( IRoleAssignerPlugin, self._getTargetClass() )
+
+class IChallengeProtocolChooser_conformance:
+
+    def test_ChallengeProtocolChooser_conformance( self ):
+
+        from Interface.Verify import verifyClass
+        from Products.PluggableAuthService.interfaces.plugins \
+            import IChallengeProtocolChooser
+
+        verifyClass( IChallengeProtocolChooser, self._getTargetClass() )
+
+class IRequestTypeSniffer_conformance:
+
+    def test_RequestTypeSniffer_conformance( self ):
+
+        from Interface.Verify import verifyClass
+        from Products.PluggableAuthService.interfaces.plugins \
+            import IRequestTypeSniffer
+
+        verifyClass( IRequestTypeSniffer, self._getTargetClass() )

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.