[Zope3-checkins] SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests Make ftests a package, so that we can start developing custom templates

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Jul 27 12:10:06 EDT 2005


Log message for revision 37492:
  Make ftests a package, so that we can start developing custom templates 
  for testing,
  

Changed:
  A   Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests/
  A   Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests/testdoc.py
  D   Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests.py

-=-
Copied: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests/testdoc.py (from rev 37476, Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests.py)

Deleted: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests.py
===================================================================
--- Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests.py	2005-07-27 15:42:59 UTC (rev 37491)
+++ Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests.py	2005-07-27 16:10:06 UTC (rev 37492)
@@ -1,26 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2005 Zope Corporation. All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Visible Source
-# License, Version 1.0 (ZVSL).  A copy of the ZVSL should accompany this
-# distribution.
-#
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
-#
-##############################################################################
-"""Test Browser Tests
-
-$Id$
-"""
-import unittest
-from zope.app.testing.functional import FunctionalDocFileSuite
-
-def test_suite():
-    return FunctionalDocFileSuite('README.txt')
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='test_suite')



More information about the Zope3-Checkins mailing list