Metadata-Version: 2.2
Name: ipdbplugin
Version: 1.5.0
Summary: Nose plugin to use iPdb instead of Pdb when tests fail
Home-page: http://github.com/flavioamieiro/nose-ipdb/tree/master
Maintainer: Flavio Amieiro
Maintainer-email: amieiro.flavio@gmail.com
License: GNU LGPL
Keywords: test unittest nose nosetests plugin debug ipdb ipython
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: nose
Requires-Dist: ipython>=1.0
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

What about running nose with a smarter interactive debugger?

        Use this and *never* risk yourself forgetting `import ipdb; ipdb.set_trace()` in your code again!

        This plugin is 99.99% based on nose's builtin debug plugin.

        If you have any ideas about how to improve it, come and fork the code at http://github.com/flavioamieiro/nose-ipdb
        
