Author: russellm
Date: 2010-02-02 07:01:27 -0600 (Tue, 02 Feb 2010)
New Revision: 12375
Modified:
django/trunk/django/test/simple.py
Log:
Removed a stray debug statement. Thanks to Ramiro Morales for the report.
Modified: django/trunk/django/test/simple.py
===================================================================
--- django/trunk/django/test/simple.py 2010-02-02 00:41:28 UTC (rev 12374)
+++ django/trunk/django/test/simple.py 2010-02-02 13:01:27 UTC (rev 12375)
@@ -147,7 +147,6 @@
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)
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.