summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/simple.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/simple.py b/django/test/simple.py
index cf4d4c165d..a64ed96421 100644
--- a/django/test/simple.py
+++ b/django/test/simple.py
@@ -147,7 +147,6 @@ def build_test(label):
try:
if issubclass(TestClass, unittest.TestCase):
- print 'is a test case'
if len(parts) == 2: # label is app.TestClass
try:
return unittest.TestLoader().loadTestsFromTestCase(TestClass)