aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.py
AgeCommit message (Collapse)Author
2011-10-07Make stacktraces configurableColin Howe
2011-09-26Merge branch 'issue-duplicated-queries' of ↵David Cramer
https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries
2011-09-26Better substitutions for template context variables triggering SQL queriesMikhail Korobov
2011-09-26Issue 187: queries are captured and not executed when template panel is ↵Tomasz Buchert
rendered.
2011-09-12Added response processing into the tests, since that is now required to ↵bkonkle
generate stats
2011-09-09Set INTERNAL_IPS and DEBUG on the middleware testbkonkle
2011-08-25Update urlpattern tests to reflect new behaviorDavid Cramer
2011-08-09Fixed tests that check INTERNAL_IPS setting.Jason Keene
2011-07-12Dont use assertIn (only available in unittest2)David Cramer
2011-06-14Moved view function name extraction into debug_toolbar.utils.get_name_from_objDavid Cramer
2011-06-14Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-06-14Move test suite into parent namespaceDavid Cramer