aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_test.py
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2012-08-21 19:05:36 +0200
committerLennart Regebro <regebro@gmail.com>2012-08-21 19:05:36 +0200
commit61f4c9c4cbf148253c9e06f3e05757e01affeb6e (patch)
tree2038e92cede7902db49a697713b88dd85b409c9e /setuptools/tests/test_test.py
parent78ac59d4ab00868456155cd3f83be15f78acccf3 (diff)
downloadexternal_python_setuptools-61f4c9c4cbf148253c9e06f3e05757e01affeb6e.tar.gz
external_python_setuptools-61f4c9c4cbf148253c9e06f3e05757e01affeb6e.tar.bz2
external_python_setuptools-61f4c9c4cbf148253c9e06f3e05757e01affeb6e.zip
Added failing test for #299.
--HG-- branch : distribute extra : rebase_source : 4a3ac76a6a49e06e1fecd1d6f4e08fa922f82f73
Diffstat (limited to 'setuptools/tests/test_test.py')
-rw-r--r--setuptools/tests/test_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_test.py b/setuptools/tests/test_test.py
index 5000f234..87ccaf44 100644
--- a/setuptools/tests/test_test.py
+++ b/setuptools/tests/test_test.py
@@ -112,5 +112,3 @@ class TestTestTest(unittest.TestCase):
pass
finally:
sys.stdout = old_stdout
-
-test_suite = unittest.makeSuite(TestTestTest)