aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels
AgeCommit message (Expand)Author
2013-11-30Extract output of context processors instead of recreating it.Aymeric Augustin
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-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-16Remove redundant declarations of TestCase.urls.Aymeric Augustin
2013-11-16Clean up DebugToolbar class, especially panels handling.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-10Improve regression test added in 8525bfc7.Aymeric Augustin
2013-11-01Split tests across several modules.Aymeric Augustin