aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels/test_sql.py
AgeCommit message (Collapse)Author
2013-11-24Update all panels to follow the public API.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-16Clean up DebugToolbar class, especially panels handling.Aymeric Augustin
2013-11-10Disable instrumentation for disabled panels.Aymeric Augustin
This eliminates the performance overhead when a panel is disabled.
2013-11-10Fix PEP 8 violations.Aymeric Augustin
2013-11-10Normalize the way we write panel tests.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.