nose-ipdb icon indicating copy to clipboard operation
nose-ipdb copied to clipboard

A nose plugin to use iPDB instead of PDB

Results 3 nose-ipdb issues
Sort by recently updated
recently updated
newest added

Yesterday ipython package has updated to version 6.0.0, which isn't compatible with old python versions.

I often forget to apply both `--ipdb` and `--ipdb-failures` when I really mean or would prefer both situations trapped. So, would you accept a new flag that covers both cases...

Here: https://github.com/flavioamieiro/nose-ipdb/blob/master/ipdbplugin.py#L62, which supplies a single argument. For example: ``` python from boto.exception import S3ResponseError S3ResponseError?? Init signature: S3ResponseError(self, status, reason, body=None) Source: class S3ResponseError(StorageResponseError): """ Error in response from...