{ "info": { "author": "Dimitri Merejkowsky", "author_email": "d.merej@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development :: Testing" ], "description": "pytest plugin to implement a ``--failed`` option\n\nWarning\n=======\n\nThis project is no longer maintained.\n\nIf you are using ``pytest >= 2.8`` you don't need to install anything,\nsince the functionality has been added to ``pytest core``\n\nIf you are using ``pytest <= 2.7`` you should use\nuse `pytest-cache `_ instead.\n\n* It provides the same feature with ``--lf`` instead of ``--failed``\n (which is shorter)\n\n* It's developed by the original author of ``pytest`` (Holger Krekel)\n\n* It has more features\n\n* It does not use ``pickle`` for storing data so it's safe to use\n across different versions of Python\n\nThe only downside is that ``pytest-cache`` depends on ``execnet``,\nwhereas ``pytest-runfailed`` is standalone.\n\n\nUsage\n=====\n\nJust run ::\n\n py.test --failed\n\n\nYou'll need to run the full suite once before the option\n``--failed`` can work.\n\nThe failing tests ids are stored into a ``.pytest`` directory,\njust remove it if you experience issues.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dmerejkowsky/pytest-runfailed", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pytest-runfailed", "package_url": "https://pypi.org/project/pytest-runfailed/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-runfailed/", "project_urls": { "Homepage": "http://github.com/dmerejkowsky/pytest-runfailed" }, "release_url": "https://pypi.org/project/pytest-runfailed/0.6/", "requires_dist": null, "requires_python": "", "summary": "implement a --failed option for pytest", "version": "0.6" }, "last_serial": 2025829, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "2c508c338fd1b9d8ce25bbf793cfc145", "sha256": "13f956068e017ea2c13252ab3124f577470785fcb3781294db499717c1411789" }, "downloads": -1, "filename": "pytest-runfailed-0.2.tar.gz", "has_sig": false, "md5_digest": "2c508c338fd1b9d8ce25bbf793cfc145", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1727, "upload_time": "2013-04-14T15:06:38", "url": "https://files.pythonhosted.org/packages/cc/07/5b0666b97882ef2be36e576c3f5e3012d16e318425fa63ed6dde5fc6abec/pytest-runfailed-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "cdbfda54a75f8d3d404dbd908a73ec8a", "sha256": "e828b719c8a846f598060d4e03df8a3839e6a71ac7ace740eafb600c596ca882" }, "downloads": -1, "filename": "pytest-runfailed-0.3.tar.gz", "has_sig": false, "md5_digest": "cdbfda54a75f8d3d404dbd908a73ec8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1743, "upload_time": "2013-04-14T16:04:11", "url": "https://files.pythonhosted.org/packages/41/08/2b3b492e0be3c939e23440a8759fcfa2ddf2edda04205d25341d25d81fa0/pytest-runfailed-0.3.tar.gz" } ], "0.4": [], "0.5": [ { "comment_text": "", "digests": { "md5": "e044715bb4adbf8712bb8ab213ebf635", "sha256": "7a29fc3f9d7896eff557323fa496e3d3ade6bbe2c5791d02a6ae834e1d7783b8" }, "downloads": -1, "filename": "pytest-runfailed-0.5.tar.gz", "has_sig": false, "md5_digest": "e044715bb4adbf8712bb8ab213ebf635", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1814, "upload_time": "2015-04-03T09:44:57", "url": "https://files.pythonhosted.org/packages/49/eb/7b5ad9ce8e453fd10d9172487e9b32fae2876b9edf30853c1daa4890209f/pytest-runfailed-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "971bf2ba897d8e511432657a763221bc", "sha256": "82ab0740355ecde835d9754bcc510d6993e0b89d71d109894d1d6fbfeb9c222a" }, "downloads": -1, "filename": "pytest-runfailed-0.6.tar.gz", "has_sig": false, "md5_digest": "971bf2ba897d8e511432657a763221bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2174, "upload_time": "2016-03-24T21:43:07", "url": "https://files.pythonhosted.org/packages/37/fe/4e6faaeb3edc5db01f30ba6b77c263b62cda988d2cacd10289fb139c99fc/pytest-runfailed-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "971bf2ba897d8e511432657a763221bc", "sha256": "82ab0740355ecde835d9754bcc510d6993e0b89d71d109894d1d6fbfeb9c222a" }, "downloads": -1, "filename": "pytest-runfailed-0.6.tar.gz", "has_sig": false, "md5_digest": "971bf2ba897d8e511432657a763221bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2174, "upload_time": "2016-03-24T21:43:07", "url": "https://files.pythonhosted.org/packages/37/fe/4e6faaeb3edc5db01f30ba6b77c263b62cda988d2cacd10289fb139c99fc/pytest-runfailed-0.6.tar.gz" } ] }