GitXplorerGitXplorer
f

nose-ipdb

public
107 stars
17 forks
3 issues

Commits

List of commits on branch master.
Unverified
ed378aca34b5cb3bb228475bd10444b19db31674

Merge pull request #1 from luqmaan/patch-2

wwebknjaz committed 9 years ago
Unverified
3c092f21574854be1d9cd4ec64f3482f56cd6f7d

Bump version after enabling Python 3.5

wwebknjaz committed 9 years ago
Unverified
ad494efa01d792a22ee1cd01b4d1ef708da5359f

Add 3.5 language classifier

wwebknjaz committed 9 years ago
Unverified
1af5fc27bf6d39687c32e6e863a6542e77be6a5b

Bumps version after fixing #16

fflavioamieiro committed 10 years ago
Unverified
c3b7d39a1d7d15325ab9e0731049ace4a5ba3af9

Fixes AttributeError when printing string exceptions (#16)

fflavioamieiro committed 10 years ago
Unverified
3975335b4b99cf89b84e1ea21607d02adca43697

Adds test case to trigger #16

fflavioamieiro committed 10 years ago

README

The README file for this repository.

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