Metadata-Version: 1.0
Name: ipdbplugin
Version: 1.0
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 pdb; pdb.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
