diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-04-01 21:03:50 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-04-01 21:03:50 +0000 |
| commit | 7d5979f95386775205a5b825cd2a9ec7d8a311b8 (patch) | |
| tree | da40ffbc239fab903dc6d276ecdf2b4ad1842ea1 | |
| parent | cb2fafe57443ff499e992f6b166b6097bdb54907 (diff) | |
Removed broken function-based custom test runner in GeoDjango
We forgot to delete it during the 1.4 development cycle.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/gis/tests/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/django/contrib/gis/tests/__init__.py b/django/contrib/gis/tests/__init__.py index 535909ff0d..3433e195a8 100644 --- a/django/contrib/gis/tests/__init__.py +++ b/django/contrib/gis/tests/__init__.py @@ -2,10 +2,6 @@ from django.conf import settings from django.test.simple import build_suite, DjangoTestSuiteRunner from django.utils import unittest -def run_tests(*args, **kwargs): - from django.test.simple import run_tests as base_run_tests - return base_run_tests(*args, **kwargs) - def geo_apps(namespace=True, runtests=False): """ |
