ipdbplugin


Nameipdbplugin JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttp://github.com/flavioamieiro/nose-ipdb/tree/master
SummaryNose plugin to use iPdb instead of Pdb when tests fail
upload_time2018-01-11 15:48:01
maintainer
docs_urlNone
authorFlavio Amieiro
requires_python
licenseGNU LGPL
keywords test unittest nose nosetests plugin debug ipdb ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
        
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/flavioamieiro/nose-ipdb/tree/master",
    "name": "ipdbplugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "test unittest nose nosetests plugin debug ipdb ipython",
    "author": "Flavio Amieiro",
    "author_email": "amieiro.flavio@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/cb/510dcb9ae401e6876415412f0cc7bd2df8f7e9eb6667c23a2bd941309b88/ipdbplugin-1.5.0.tar.gz",
    "platform": "",
    "description": "What about running nose with a smarter interactive debugger?\n\n        Use this and *never* risk yourself forgetting `import ipdb; ipdb.set_trace()` in your code again!\n\n        This plugin is 99.99% based on nose's builtin debug plugin.\n\n        If you have any ideas about how to improve it, come and fork the code at http://github.com/flavioamieiro/nose-ipdb\n        ",
    "bugtrack_url": null,
    "license": "GNU LGPL",
    "summary": "Nose plugin to use iPdb instead of Pdb when tests fail",
    "version": "1.5.0",
    "split_keywords": [
        "test",
        "unittest",
        "nose",
        "nosetests",
        "plugin",
        "debug",
        "ipdb",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ab8f194c171c771ed2dead4e80b38ec8",
                "sha256": "cdcd6bc1e995c3c2c4971ed95f207e680aa44980b716fa43fb675ff2dcc7894f"
            },
            "downloads": -1,
            "filename": "ipdbplugin-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ab8f194c171c771ed2dead4e80b38ec8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2872,
            "upload_time": "2018-01-11T15:48:01",
            "upload_time_iso_8601": "2018-01-11T15:48:01.028669Z",
            "url": "https://files.pythonhosted.org/packages/cf/cb/510dcb9ae401e6876415412f0cc7bd2df8f7e9eb6667c23a2bd941309b88/ipdbplugin-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-01-11 15:48:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ipdbplugin"
}
        
Elapsed time: 0.02062s