GitXplorerGitXplorer
f

nose-ipdb

public
107 stars
17 forks
3 issues

Commits

List of commits on branch master.
Unverified
a89a08dcb78b3079ae748cee451b5a4cd4904cb8

Merge remote-tracking branch 'lesteve/fix-no-ipython-banner'

fflavioamieiro committed 9 years ago
Unverified
7383f3fec6ff2c51131be5ed14d74e66d45fc1df

Start IPython instance with --no-banner option

llesteve committed 9 years ago
Unverified
b00fe4e0c3dbf18a16136d6bcefcb40740ae3b38

Bumps version after merging #19

fflavioamieiro committed 9 years ago
Unverified
80dfe894894b6d6df84fbadba97fb48b04bae42b

Merge remote-tracking branch 'lesteve/fix-colors-in-ipython-4'

fflavioamieiro committed 9 years ago
Unverified
31529040b2f2bf47fc000680deb49baf8bd222dd

Fix colors with IPython 4

llesteve committed 9 years ago
Unverified
c5839616cb35882a901ecd113e0050ddd804cc5a

Merge remote-tracking branch 'webknjaz/enable-python-3.5-classifier'

fflavioamieiro committed 9 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