summaryrefslogtreecommitdiff
path: root/nose/plugins/debug.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-06-21 17:17:01 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-06-21 17:17:01 +0000
commit73b9d17af99d8f9bf46c3fca4b8914cb60a3850b (patch)
treef22b0ab8b4936a5a3fcbd7a1196076dd1cb29a60 /nose/plugins/debug.py
parent27108d94f39d45f07ba381656f8ba944bfc30264 (diff)
downloadnose-73b9d17af99d8f9bf46c3fca4b8914cb60a3850b.tar.gz
More plugin doc updates
Diffstat (limited to 'nose/plugins/debug.py')
-rw-r--r--nose/plugins/debug.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nose/plugins/debug.py b/nose/plugins/debug.py
index 52f9b95..b9f9ce4 100644
--- a/nose/plugins/debug.py
+++ b/nose/plugins/debug.py
@@ -1,3 +1,9 @@
+"""
+This plugin provides --pdb and --pdb-failures options that cause the
+test runner to drop into pdb if it encounters an error or failure,
+respectively.
+"""
+
import os
import pdb
from nose.plugins.base import Plugin