diff options
| author | Jason Madden <jamadden@gmail.com> | 2020-01-21 05:25:32 -0600 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2020-01-21 09:38:45 -0600 |
| commit | efc83ea76655733d56e8b5b4a6ad9971776a8611 (patch) | |
| tree | 1a1a00638a1d560d86eae08e8f61c3e07aa88ffa /src | |
| parent | e743a008d0546b07528801f9fca9add8153e0a13 (diff) | |
| download | zope-interface-efc83ea76655733d56e8b5b4a6ad9971776a8611.tar.gz | |
Remove unused test files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/zope/interface/tests/ifoo.py | 26 | ||||
| -rw-r--r-- | src/zope/interface/tests/ifoo_other.py | 26 | ||||
| -rw-r--r-- | src/zope/interface/tests/m2.py | 15 |
3 files changed, 0 insertions, 67 deletions
diff --git a/src/zope/interface/tests/ifoo.py b/src/zope/interface/tests/ifoo.py deleted file mode 100644 index 29a7877..0000000 --- a/src/zope/interface/tests/ifoo.py +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################## -# -# Copyright (c) 2001, 2002 Zope Foundation 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. -# -############################################################################## -"""IFoo test module -""" -from zope.interface import Interface - -class IFoo(Interface): - """ - Dummy interface for unit tests. - """ - - def bar(baz): - """ - Just a note. - """ diff --git a/src/zope/interface/tests/ifoo_other.py b/src/zope/interface/tests/ifoo_other.py deleted file mode 100644 index 29a7877..0000000 --- a/src/zope/interface/tests/ifoo_other.py +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################## -# -# Copyright (c) 2001, 2002 Zope Foundation 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. -# -############################################################################## -"""IFoo test module -""" -from zope.interface import Interface - -class IFoo(Interface): - """ - Dummy interface for unit tests. - """ - - def bar(baz): - """ - Just a note. - """ diff --git a/src/zope/interface/tests/m2.py b/src/zope/interface/tests/m2.py deleted file mode 100644 index 511cd9c..0000000 --- a/src/zope/interface/tests/m2.py +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################## -# -# Copyright (c) 2004 Zope Foundation 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 module that doesn't declare an interface -""" |
