Commit cf9f24c1 authored by Hanno Schlichting's avatar Hanno Schlichting

I should run the tests before checkin

parent f23cee5b
......@@ -188,5 +188,5 @@ def test_suite():
from Testing.ZopeTestCase import ZopeDocTestSuite
from Testing.ZopeTestCase import installProduct
installProduct('PythonScripts')
suite.addTest(unittest.makeSuite(ZopeDocTestSuite()))
suite.addTest(ZopeDocTestSuite())
return suite
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment