[Zope-CVS] CVS: Products/PluginRegistry/tests -
test_PluginRegistry.py:1.3
Jens Vagelpohl
jens at dataflake.org
Tue Nov 9 10:16:14 EST 2004
Update of /cvs-repository/Products/PluginRegistry/tests
In directory cvs.zope.org:/tmp/cvs-serv30178/tests
Modified Files:
test_PluginRegistry.py
Log Message:
- Add test_suite function so the tests can run with zopectl test
=== Products/PluginRegistry/tests/test_PluginRegistry.py 1.2 => 1.3 ===
--- Products/PluginRegistry/tests/test_PluginRegistry.py:1.2 Wed Apr 28 15:36:19 2004
+++ Products/PluginRegistry/tests/test_PluginRegistry.py Tue Nov 9 10:16:14 2004
@@ -300,3 +300,8 @@
if __name__ == "__main__":
unittest.main()
+
+def test_suite():
+ return unittest.TestSuite((
+ unittest.makeSuite( PluginRegistryTests ),
+ ))
More information about the Zope-CVS
mailing list