From: Benjamin Peterson Date: Sun, 21 Mar 2010 19:56:37 +0000 (+0000) Subject: don't write duplicate tests X-Git-Tag: v2.7b1~270 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54bc22e9f333547ef6183fb79c897aeecc19db14;p=thirdparty%2FPython%2Fcpython.git don't write duplicate tests --- diff --git a/Lib/test/test_extcall.py b/Lib/test/test_extcall.py index 8f6629b2400b..3eea12133138 100644 --- a/Lib/test/test_extcall.py +++ b/Lib/test/test_extcall.py @@ -272,8 +272,6 @@ the function call setup. See . 1 2 """ -__test__ = {"extcall" : __doc__} - import unittest import sys from test import test_support