{ "info": { "author": "Florian Schulze", "author_email": "florian.schulze@gmx.net", "bugtrack_url": null, "classifiers": [ "Framework :: Pytest" ], "description": "pytest-pdb\n==========\n\npy.test plugin pytest plugin which adds pdb helper commands related to pytest.\n\nUsage\n-----\n\ninstall via::\n\n pip install pytest-pdb\n\nCommands\n--------\n\n``gototest | gt``\n When debugging with pdb, type ``gototest`` which brings you directly to\n the frame of the test function.\n\n\n``whichtest | wt``\n When debugging with pdb, type ``whichtest`` which should print something like::\n\n Currently in test_pdb.py:13: TestClasses.test_class_pdb\n\n It works by walking the frame stack until it finds a test item in the locals.\n This depends on how ``pytest_pyfunc_call`` is implemented.\n If that changes or is replaced by a plugin, the whichtest command may fail.\n\n\n``top``\n Move to top (oldest) frame.\n\n\n``bottom``\n Move to bottom (newest) frame.\n\n\nChanges\n=======\n\n0.3.1 - 2018-07-31\n------------------\n\n- Remove debug print output.\n [fschulze]\n\n\n0.3.0 - 2018-07-28\n------------------\n\n- Show offset of current frame to test frame.\n [blueyed, fschulze]\n\n- Add ``top`` and ``bottom`` commands.\n [blueyed]\n\n- Add ``wt``/``gt`` shortcuts.\n [blueyed]\n\n- Add ``gototest`` command.\n [blueyed]\n\n- Print location upon entering pdb.\n [blueyed, fschulze]\n\n\n0.2.0 - 2017-01-17\n------------------\n\n- Fix/improve location reporting.\n [blueyed (Daniel Hahler)]\n\n\n0.1.0 - 2016-07-09\n------------------\n\n- Initial release.\n [fschulze (Florian Schulze)]\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fschulze/pytest-pdb", "keywords": "", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "pytest-pdb", "package_url": "https://pypi.org/project/pytest-pdb/", "platform": "", "project_url": "https://pypi.org/project/pytest-pdb/", "project_urls": { "Homepage": "https://github.com/fschulze/pytest-pdb" }, "release_url": "https://pypi.org/project/pytest-pdb/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "pytest plugin which adds pdb helper commands related to pytest.", "version": "0.3.1" }, "last_serial": 4119647, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ea29c4312e10b259279b4eb897ed5a88", "sha256": "9e9835ebc7af881e4a37c428a6335870ababb8c9eb3e902da2965eec47176036" }, "downloads": -1, "filename": "pytest-pdb-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ea29c4312e10b259279b4eb897ed5a88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3040, "upload_time": "2016-07-09T11:00:50", "url": "https://files.pythonhosted.org/packages/9e/40/4a9683feefe4e777bc289ac4adf189c87316f4785d98bbff2e3ab11a4d93/pytest-pdb-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "051120681f560b0f4029ef8eab48ff38", "sha256": "342417fff6b34f2cc7046fda1441cd504c474fa3b17739df9e17e34eff44cf68" }, "downloads": -1, "filename": "pytest-pdb-0.1.0.zip", "has_sig": false, "md5_digest": "051120681f560b0f4029ef8eab48ff38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5840, "upload_time": "2016-07-09T11:00:45", "url": "https://files.pythonhosted.org/packages/3a/4a/acbab0e9a2be12c075396bf829c8aba7a07e12a931b19bb71d88287ac10b/pytest-pdb-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "65cc91d5b39869edd733725fb14f300a", "sha256": "c3d6a334b95e7fe29da35fde84e745e05d63caaa253895fda92233be4aadd6d9" }, "downloads": -1, "filename": "pytest_pdb-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "65cc91d5b39869edd733725fb14f300a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3733, "upload_time": "2017-01-17T12:08:46", "url": "https://files.pythonhosted.org/packages/de/dd/2b124313ad0980e8968890e4dd92e73dd4314677708608b8c946e2b4301b/pytest_pdb-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d11b79d2700e43e1482977b92c498c5", "sha256": "44f0863e703bd884ac46f64e1e506f58a8f2743a59a522ffd41a201ec73d61f2" }, "downloads": -1, "filename": "pytest-pdb-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7d11b79d2700e43e1482977b92c498c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3051, "upload_time": "2017-01-17T12:08:47", "url": "https://files.pythonhosted.org/packages/3e/12/2912a2c670aa6e6e222ce00b3f3cfc31692dcfc0f8f45a6d09ad67e287c1/pytest-pdb-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "9cf82ef80a6dd56f728405e9ada83f8b", "sha256": "77494990f52021fe0b69c3b634c2dc9466f45441f6d7cb6b2ea0b7ec2f403848" }, "downloads": -1, "filename": "pytest_pdb-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9cf82ef80a6dd56f728405e9ada83f8b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3334, "upload_time": "2018-07-28T14:02:26", "url": "https://files.pythonhosted.org/packages/e9/8f/1a89ddf2b0037b3ef619e33a12e2132901caca4fe54838f596b00c94621c/pytest_pdb-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f2322b21c3387500adb75b810024236", "sha256": "c1e227832de25ff27a213dc6b6b17f2844a524c8cabe26f136ca2c4e9e299ca7" }, "downloads": -1, "filename": "pytest-pdb-0.3.0.tar.gz", "has_sig": false, "md5_digest": "2f2322b21c3387500adb75b810024236", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4063, "upload_time": "2018-07-28T14:02:25", "url": "https://files.pythonhosted.org/packages/44/21/86a398a45133195e95e5353da21e2f6c564e1d16c4f2b62edabb73dceea8/pytest-pdb-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f25d8e76a95be33124de448eb77ce85e", "sha256": "7426f0cf74f296568c4a2fd0bd4a65e33a7c3a39530964caf9bac55f11e52d8d" }, "downloads": -1, "filename": "pytest_pdb-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f25d8e76a95be33124de448eb77ce85e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3348, "upload_time": "2018-07-31T10:25:47", "url": "https://files.pythonhosted.org/packages/2a/e6/c7b00dab847d8b987cead103e995947e04580f158224bb730039691f4fbd/pytest_pdb-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9ffea5c2d37da7d41207fedd18c0495", "sha256": "5e3a9191056e1be9b9038cddf541d40721ddf370f119b184e0719da830fa7709" }, "downloads": -1, "filename": "pytest-pdb-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d9ffea5c2d37da7d41207fedd18c0495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4089, "upload_time": "2018-07-31T10:25:45", "url": "https://files.pythonhosted.org/packages/de/49/991577b0f392943a8cac9cfbd5a9a99175eb072f4b95695218c76e38cac2/pytest-pdb-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f25d8e76a95be33124de448eb77ce85e", "sha256": "7426f0cf74f296568c4a2fd0bd4a65e33a7c3a39530964caf9bac55f11e52d8d" }, "downloads": -1, "filename": "pytest_pdb-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f25d8e76a95be33124de448eb77ce85e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3348, "upload_time": "2018-07-31T10:25:47", "url": "https://files.pythonhosted.org/packages/2a/e6/c7b00dab847d8b987cead103e995947e04580f158224bb730039691f4fbd/pytest_pdb-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9ffea5c2d37da7d41207fedd18c0495", "sha256": "5e3a9191056e1be9b9038cddf541d40721ddf370f119b184e0719da830fa7709" }, "downloads": -1, "filename": "pytest-pdb-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d9ffea5c2d37da7d41207fedd18c0495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4089, "upload_time": "2018-07-31T10:25:45", "url": "https://files.pythonhosted.org/packages/de/49/991577b0f392943a8cac9cfbd5a9a99175eb072f4b95695218c76e38cac2/pytest-pdb-0.3.1.tar.gz" } ] }