diff options
| author | David Cramer | 2011-03-30 16:33:34 -0700 |
|---|---|---|
| committer | David Cramer | 2011-03-30 16:33:34 -0700 |
| commit | f492b56c8200eebb77b8023ab386c9ef412cc06b (patch) | |
| tree | e4b05a543bdbc5bdc2b179902ac824ae59f78224 /setup.py | |
| parent | 65969f7777ce0bd6bba53540d960a93c27b346ce (diff) | |
| download | django-debug-toolbar-f492b56c8200eebb77b8023ab386c9ef412cc06b.tar.bz2 | |
Some initial tests and fix for execution model
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ setup( download_url='http://github.com/robhudson/django-debug-toolbar/downloads', license='BSD', packages=find_packages(exclude=['ez_setup']), + tests_require=[ + 'django', + 'dingus', + ], + test_suite='debug_toolbar.runtests.runtests', include_package_data=True, zip_safe=False, # because we're including media that Django needs classifiers=[ |
