aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels/test_profiling.py
AgeCommit message (Collapse)Author
2013-11-29Move support for line_profiler to a 3rd party panel.Aymeric Augustin
Many thanks to Dave McLain. Fix #477.
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
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-22Add tests for redirects panel.Aymeric Augustin
Also simplify the implementation.
2013-11-22Add (failing) tests for the profiling panel.Aymeric Augustin
Refs #466.
2013-11-16Remove redundant declarations of TestCase.urls.Aymeric Augustin
Test settings already have this value.
2013-11-10Move a test specific to the profiling panel in its module.Aymeric Augustin