aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_integration.py
AgeCommit message (Expand)Author
2014-02-13Toolbar insertion test for middlewareSertaç Ö. Yıldız
2013-11-24Removed unneeded Panel.slug attribute.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-24Rename all panels consistently.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-11Switch to regular URL reversing in templates.Aymeric Augustin
2013-11-11Simplify monkey-patching of URLs into urlconf.Aymeric Augustin
2013-11-10Be resilient if not all middleware run.Aymeric Augustin
2013-11-10Move two tests specific to the request vars panel in their module.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