Author: brosner
Date: 2008-07-18 17:38:27 -0500 (Fri, 18 Jul 2008)
New Revision: 7958
Modified:
django/branches/newforms-admin/tests/runtests.py
Log:
newforms-admin: Removed an extraneous print call in runtests.py.
Modified: django/branches/newforms-admin/tests/runtests.py
===================================================================
--- django/branches/newforms-admin/tests/runtests.py 2008-07-18 22:37:13 UTC
(rev 7957)
+++ django/branches/newforms-admin/tests/runtests.py 2008-07-18 22:38:27 UTC
(rev 7958)
@@ -140,7 +140,6 @@
for model_dir, model_name in get_invalid_models():
model_label = '.'.join([model_dir, model_name])
if not test_labels or model_name in test_labels:
- print >> sys.stderr,'****', model_label
extra_tests.append(InvalidModelTestCase(model_label))
try:
# Invalid models are not working apps, so we cannot pass them
into
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---