aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
AgeCommit message (Collapse)Author
2013-11-24Remove HIDE_DJANGO_SQL configuration option.Aymeric Augustin
It was badly named and HIDE_IN_STACKTRACES provides a more general solution. The ability to show code in django.contrib but not in django doesn't seem particularly useful. Fix #474.
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
Thanks Jannis for his help.
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
Fix #448.
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
This has the additional advantage of eliminating a side-effect that happened at import time unnecessarily. It justified refactoring the way we handle settings and defaults.
2013-11-12Remove unnecessary nesting.Aymeric Augustin
2013-11-10Fix PEP 8 violations.Aymeric Augustin
2013-11-10Invalidate cached list of panels during tests.Aymeric Augustin
2013-11-01Get rid of custom test runner.Aymeric Augustin
Refs #426.
2011-06-14Move test suite into parent namespaceDavid Cramer