aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_integration.py
AgeCommit message (Collapse)Author
2014-02-13Toolbar insertion test for middlewareSertaç Ö. Yıldız
Byte counts of "İ" and "İ".lower() are different. If the page html contains "İ", process_response() method cannot insert the toolbar content at the correct index, and breaks the page content.
2013-11-24Removed unneeded Panel.slug attribute.Aymeric Augustin
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
Thanks Jannis for his help.
2013-11-24Rename storage to store to avoid conflicting with Django terminology.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
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
Test settings already have this value.
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
Fix #129.
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
Refs #422.
2013-11-01Split tests across several modules.Aymeric Augustin
Fix #426.