diff options
| author | Kevin Kubasik <kevin@kubasik.net> | 2009-06-17 01:27:25 +0000 |
|---|---|---|
| committer | Kevin Kubasik <kevin@kubasik.net> | 2009-06-17 01:27:25 +0000 |
| commit | 2a2f711d386fdc24cf1d843432e5569fe23527bd (patch) | |
| tree | d4afd456c0e95cf8067af21189b71d9fa5d120ab | |
| parent | 9628ae6c921f6c9bc6ef8e784b35203993f7f3cd (diff) | |
[gsoc2009-testing] Adding windmill to the applications in runtests.py for now
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rwxr-xr-x | tests/runtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index 19c6588679..330e15f784 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -30,6 +30,7 @@ ALWAYS_INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.comments', 'django.contrib.admin', + 'windmill', ] def get_test_models(): |
