aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-11-29Move support for line_profiler to a 3rd party panel.Aymeric Augustin
2013-11-24Update all panels to follow the public API.Aymeric Augustin
2013-11-24Removed unneeded Panel.slug attribute.Aymeric Augustin
2013-11-24Remove HIDE_DJANGO_SQL configuration option.Aymeric Augustin
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
2013-11-24Rename storage to store to avoid conflicting with Django terminology.Aymeric Augustin
2013-11-24Mark two randomly failing tests as expected failures :'(Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-22Add tests for redirects panel.Aymeric Augustin
2013-11-22Add (failing) tests for the profiling panel.Aymeric Augustin
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-16Add Selenium test for storage expiration.Aymeric Augustin
2013-11-16Add Selenim test.Aymeric Augustin
2013-11-16Remove redundant declarations of TestCase.urls.Aymeric Augustin
2013-11-16Clean up DebugToolbar class, especially panels handling.Aymeric Augustin
2013-11-15Add doctype to HTML templates.Aymeric Augustin
2013-11-13Provide an option to force rendering panels in page.Aymeric Augustin
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
2013-11-12Remove unnecessary nesting.Aymeric Augustin
2013-11-11Don't set up the toolbar when DEBUG = False.Aymeric Augustin
2013-11-11Switch to regular URL reversing in templates.Aymeric Augustin
2013-11-11Simplify monkey-patching of URLs into urlconf.Aymeric Augustin
2013-11-11Automatically enable DebugToolbarMiddleware when it isn't enabled.Aymeric Augustin
2013-11-11Set INTERNAL_IPS to a convenient default when it isn't set.Aymeric Augustin
2013-11-10Be resilient if not all middleware run.Aymeric Augustin
2013-11-10Add test for the cache panel.Aymeric Augustin
2013-11-10Disable instrumentation for disabled panels.Aymeric Augustin
2013-11-10Fix PEP 8 violations.Aymeric Augustin
2013-11-10Move two tests specific to the request vars panel in their module.Aymeric Augustin
2013-11-10Normalize the way we write panel tests.Aymeric Augustin
2013-11-10Move a test specific to the template panel in its module.Aymeric Augustin
2013-11-10Move a test specific to the profiling panel in its module.Aymeric Augustin
2013-11-10Invalidate cached list of panels during tests.Aymeric Augustin
2013-11-10Improve regression test added in 8525bfc7.Aymeric Augustin
2013-11-01Split tests across several modules.Aymeric Augustin
2013-11-01Remove unused file.Aymeric Augustin
2013-11-01Removed redundant settings manipulations in tests.Aymeric Augustin
2013-11-01Get rid of custom test runner.Aymeric Augustin
2013-10-27Fix a few tests that broke after 982f341.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-26Remove unused imports.Aymeric Augustin
2013-10-26Remove inappropriate docstring.Aymeric Augustin
2013-10-26Don't crash on non ascii bytestrings in db params.Aymeric Augustin
2013-10-26Fix tests under Django 1.6.Aymeric Augustin
2013-10-26Improve tests for the debugsqlshell command.Aymeric Augustin
2013-10-22Fix #420 -- Regression in 729d75d.Aymeric Augustin
2013-10-19Merge pull request #419 from aaugustin/drop-testAymeric Augustin
2013-10-18Add test for issue #348.Aymeric Augustin
2013-10-18Stop looking at settings.TEST. Fix #270.Aymeric Augustin