[Zope-CVS] CVS: Products/PluggableAuthService/plugins/tests -
test_ScriptablePlugin.py:1.4.2.1
Zachery Bir
zbir at urbanape.com
Fri Oct 8 10:23:41 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/plugins/tests
In directory cvs.zope.org:/tmp/cvs-serv21777
Modified Files:
Tag: pre-1_0_3-zbir-challenge-branch
test_ScriptablePlugin.py
Log Message:
provide a means to run with 'zopectl run'
=== Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py 1.4 => 1.4.2.1 ===
--- Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py:1.4 Mon Sep 13 11:14:46 2004
+++ Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py Fri Oct 8 10:23:41 2004
@@ -110,8 +110,10 @@
self.assertEqual( len(scriptable_plugin.__implements__), 3 )
+if __name__ == '__main__':
+ unittest.main()
+
def test_suite():
return unittest.TestSuite((
unittest.makeSuite( ScriptablePluginTests ),
- ))
-
\ No newline at end of file
+ ))
More information about the Zope-CVS
mailing list