diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-07-18 22:38:27 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-07-18 22:38:27 +0000 |
| commit | 2c48a0b69db2d7171f70da238fce6947591d65f9 (patch) | |
| tree | 1b139e0848908472c58a42f04a093ffaf13906ce /tests/runtests.py | |
| parent | aaff207f81b716f1807a7184bab95ebfb36062db (diff) | |
newforms-admin: Removed an extraneous print call in runtests.py.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/runtests.py')
| -rwxr-xr-x | tests/runtests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index 5bba9b9c15..ee7b1a5cda 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -140,7 +140,6 @@ def django_tests(verbosity, interactive, test_labels): 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 |
