aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Cramer2011-05-10 00:20:25 -0700
committerDavid Cramer2011-05-10 00:20:25 -0700
commit9514b001889e7331d80cc8c4f168b284a27825e0 (patch)
treec9196663618a673cdfb7038ba921bc27d6da359f /README.rst
parent3f98e826400f29da672e96c1b08dc4bf7287b5c2 (diff)
downloaddjango-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.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 715e1df..e7888c5 100644
--- a/README.rst
+++ b/README.rst
@@ -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