Metadata-Version: 1.1
Name: ipdbplugin
Version: 1.4.1
Summary: Nose plugin to use iPdb instead of Pdb when tests fail
Home-page: http://github.com/flavioamieiro/nose-ipdb/tree/master
Author: Flavio Amieiro
Author-email: amieiro.flavio@gmail.com
License: GNU LGPL
Description: 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
                
Keywords: test unittest nose nosetests plugin debug ipdb ipython
Platform: UNKNOWN
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: Topic :: Software Development :: Libraries :: Python Modules
