[Zope3-checkins] SVN: Zope3/trunk/test renaming test.py to testrunner.py to avoid name collision with Python test module

Tarek Ziadé tziade at nuxeo.com
Sun Oct 9 09:47:33 EDT 2005


Log message for revision 39007:
  renaming test.py to testrunner.py to avoid name collision with Python test module
  

Changed:
  D   Zope3/trunk/test.py
  A   Zope3/trunk/testrunner.py

-=-
Deleted: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py	2005-10-09 12:09:33 UTC (rev 39006)
+++ Zope3/trunk/test.py	2005-10-09 13:47:33 UTC (rev 39007)
@@ -1,27 +0,0 @@
-#!/usr/bin/env python2.4
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL 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 script
-
-$Id$
-"""
-import sys, os
-
-here = os.path.dirname(os.path.realpath(__file__))
-sys.path.insert(0, os.path.join(here, 'src'))
-
-import zope.app.testing.test
-
-if __name__ == '__main__':
-    zope.app.testing.test.process_args()

Copied: Zope3/trunk/testrunner.py (from rev 39006, Zope3/trunk/test.py)



More information about the Zope3-Checkins mailing list