Skip to content

flavioamieiro/nose-ipdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

pip install ipdbplugin

Usage

To drop into ipdb on errors:

nosetests --ipdb

To drop into ipdb on failures:

nosetests --ipdb-failures

License

GNU Lesser General Public License

Authors

About

A nose plugin to use iPDB instead of PDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages