index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
panels
Age
Commit message (
Expand
)
Author
2014-04-25
Improve the redirect context processor test.
Daniel Harding
2014-04-19
Flake8.
Aymeric Augustin
2014-04-15
Added unit test for broken context processors due to use of `render`
Juan Catalano
2014-01-08
Allow the tests to run on Django 1.7.
Aymeric Augustin
2013-12-23
Fix staticfiles panel to work with prefixed STATICFILES_DIRS.
Jannis Leidel
2013-12-15
Properly disable instrumentation for the template panel.
Aymeric Augustin
2013-12-09
Use collections.OrderedDict if available.
Jannis Leidel
2013-12-09
More test relaxing.
Jannis Leidel
2013-12-09
Made a test less Django version dependent.
Jannis Leidel
2013-12-09
Another pass over the staticfiles panel.
Jannis Leidel
2013-11-30
Extract output of context processors instead of recreating it.
Aymeric Augustin
2013-11-29
Move support for line_profiler to a 3rd party panel.
Aymeric Augustin
2013-11-24
Update all panels to follow the public API.
Aymeric Augustin
2013-11-24
Mark two randomly failing tests as expected failures :'(
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-22
Add tests for redirects panel.
Aymeric Augustin
2013-11-22
Add (failing) tests for the profiling panel.
Aymeric Augustin
2013-11-16
Remove redundant declarations of TestCase.urls.
Aymeric Augustin
2013-11-16
Clean up DebugToolbar class, especially panels handling.
Aymeric Augustin
2013-11-10
Add test for the cache panel.
Aymeric Augustin
2013-11-10
Disable instrumentation for disabled panels.
Aymeric Augustin
2013-11-10
Fix PEP 8 violations.
Aymeric Augustin
2013-11-10
Move two tests specific to the request vars panel in their module.
Aymeric Augustin
2013-11-10
Normalize the way we write panel tests.
Aymeric Augustin
2013-11-10
Move a test specific to the template panel in its module.
Aymeric Augustin
2013-11-10
Move a test specific to the profiling panel in its module.
Aymeric Augustin
2013-11-10
Improve regression test added in 8525bfc7.
Aymeric Augustin
2013-11-01
Split tests across several modules.
Aymeric Augustin