diff options
| author | David Cramer | 2011-06-14 12:38:55 -0700 |
|---|---|---|
| committer | David Cramer | 2011-06-14 12:38:55 -0700 |
| commit | 4ee67a1632f41a873d997ae15ac0a2eccca04430 (patch) | |
| tree | 8ee7b6fca627ae86356aa9f22002f2ada069c52b /debug_toolbar/tests/views.py | |
| parent | c61daab0ce10d9654ecb9ce70819233171885eae (diff) | |
| download | django-debug-toolbar-4ee67a1632f41a873d997ae15ac0a2eccca04430.tar.bz2 | |
Move test suite into parent namespace
Diffstat (limited to 'debug_toolbar/tests/views.py')
| -rw-r--r-- | debug_toolbar/tests/views.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debug_toolbar/tests/views.py b/debug_toolbar/tests/views.py deleted file mode 100644 index f989dcd..0000000 --- a/debug_toolbar/tests/views.py +++ /dev/null @@ -1,7 +0,0 @@ -from django.contrib.auth.models import User -from django.http import HttpResponse - -def execute_sql(request): - list(User.objects.all()) - - return HttpResponse()
\ No newline at end of file |
