diff options
| author | David Cramer | 2011-05-10 00:20:25 -0700 | 
|---|---|---|
| committer | David Cramer | 2011-05-10 00:20:25 -0700 | 
| commit | 9514b001889e7331d80cc8c4f168b284a27825e0 (patch) | |
| tree | c9196663618a673cdfb7038ba921bc27d6da359f /README.rst | |
| parent | 3f98e826400f29da672e96c1b08dc4bf7287b5c2 (diff) | |
| download | django-debug-toolbar-9514b001889e7331d80cc8c4f168b284a27825e0.tar.bz2 | |
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stack() rather than traceback.extract_stack()) (fixes #160)
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 10 | 
1 files changed, 10 insertions, 0 deletions
@@ -180,6 +180,16 @@ output in the shell::      >>> print p.template.name      Home +Running the Tests +================= + +The Debug Toolbar includes a limited (and growing) test suite. If you commit code, please consider +adding proper coverage (especially if it has a chance for a regression) in the test suite. + +:: + +    python setup.py test +  TODOs and BUGS  ==============  See: https://github.com/django-debug-toolbar/django-debug-toolbar/issues  | 
