{ "info": { "author": "Matt Layman", "author_email": "matthewlayman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "\npytest-tap is a reporting plugin for pytest that outputs\n`Test Anything Protocol (TAP) `_ data.\nTAP is a line based test protocol for recording test data in a standard way.\n\nFollow development on `GitHub `_.\nDeveloper documentation is on\n`Read the Docs `_.\n\n\nReleases\n========\n\nVersion 2.4, October 21, 2019\n-----------------------------\n\n* Handle failures that occur from setup.\n This will catch errors that may happen in fixtures.\n* Drop support for Python 3.4 (it is end-of-life).\n* Add support for Python 3.7.\n\nVersion 2.3, September 16, 2018\n-------------------------------\n\n* Improve xfail handling.\n Honor strict xfail mode.\n Use TODO instead of SKIP directive to better align with TAP specification.\n* Output the plan line (``1..N``) first.\n\nVersion 2.2, January 9, 2018\n----------------------------\n\n* Update output format to match closer to pytest styling.\n* Drop support for Python 3.3 (it is end-of-life).\n\nVersion 2.1, August 12, 2017\n----------------------------\n\n* Add support for Python 3.6.\n* Fix crash when running with pytest-xdist (#27).\n\nVersion 2.0, August 1, 2016\n---------------------------\n\n* Update to tap.py 2.0.\n This update drops the indirect dependencies on nose and pygments.\n* Improve handling of skips and xfails.\n* Suppress ``# TAP results for TestCase`` for streaming.\n This header makes little sense for pytest's test function paradigm.\n Including the header generated extra noise for each function.\n* Drop support for Python 2.6\n\nVersion 1.9, Released June 11, 2016\n-----------------------------------\n\n* Initial release as stand-alone plugin.\n The version number aligns with tappy.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/python-tap/pytest-tap", "keywords": "TAP,unittest,pytest", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pytest-tap", "package_url": "https://pypi.org/project/pytest-tap/", "platform": "any", "project_url": "https://pypi.org/project/pytest-tap/", "project_urls": { "Homepage": "https://github.com/python-tap/pytest-tap" }, "release_url": "https://pypi.org/project/pytest-tap/2.4/", "requires_dist": [ "pytest", "six", "tap.py (>=2.5)" ], "requires_python": "", "summary": "Test Anything Protocol (TAP) reporting plugin for pytest", "version": "2.4" }, "last_serial": 6005295, "releases": { "1.9": [ { "comment_text": "", "digests": { "md5": "f1d4dfeff63609e7b13e07fb65dcdd1d", "sha256": "c6df04b8f0ff671ceddfb8a2c92ff44250dd11c74a8175e89977659b012e0a0a" }, "downloads": -1, "filename": "pytest_tap-1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1d4dfeff63609e7b13e07fb65dcdd1d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27708, "upload_time": "2016-06-11T16:41:56", "url": "https://files.pythonhosted.org/packages/33/32/9730d83fb2d7087fab19506164e10bd52ae87b8e744e946f7f1ab4a914e1/pytest_tap-1.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5cd51d8abe24c221b8fdaff0ee4dc7f7", "sha256": "f162c3a6a6f2621baa28d23c92dd73c70434a6401c16d5cc677644a544eb7f1e" }, "downloads": -1, "filename": "pytest-tap-1.9.tar.gz", "has_sig": false, "md5_digest": "5cd51d8abe24c221b8fdaff0ee4dc7f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10669, "upload_time": "2016-06-11T16:42:00", "url": "https://files.pythonhosted.org/packages/c2/48/e0a71a8568f80819ebc24b5c59fab30759cb731efdc552340e8f5e7ed28b/pytest-tap-1.9.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "b715650cc65fcc00d10cff83ba774bf3", "sha256": "eb5e3fb711936b48b4e2369b96daae752b53ba409d2d3089dfef61c279355a79" }, "downloads": -1, "filename": "pytest_tap-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b715650cc65fcc00d10cff83ba774bf3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28328, "upload_time": "2016-08-01T01:00:01", "url": "https://files.pythonhosted.org/packages/27/ab/be2d7166693eaf0133b0f4bd777efba99f2fc7af8368f690b914bdf21b7e/pytest_tap-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d17e36f6cc4a8148a110c5480028425d", "sha256": "618a6024351575964cfb60850c2f267700f627fab5d38644803c8adaafaf2fdc" }, "downloads": -1, "filename": "pytest-tap-2.0.tar.gz", "has_sig": false, "md5_digest": "d17e36f6cc4a8148a110c5480028425d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11528, "upload_time": "2016-08-01T01:00:03", "url": "https://files.pythonhosted.org/packages/f3/7d/3ab3451e0ae532a27706efc622deb86fbf66cc8c88011b77d4b45f264274/pytest-tap-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "f4c65527c734befd6b19c0e5b9508dee", "sha256": "2d0f7748fcd80ffc49bfbce5b8b652bbcd326938b44aa962f60cee8895462af9" }, "downloads": -1, "filename": "pytest_tap-2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f4c65527c734befd6b19c0e5b9508dee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28449, "upload_time": "2017-08-12T19:50:58", "url": "https://files.pythonhosted.org/packages/e1/7c/a0eac71cbdab5d002c0f8b1c768d5aff7cc576c118ab485cf23c8dc1c1ac/pytest_tap-2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "767067e38e0ddccc8c67775f4e214e0a", "sha256": "b480ce11a3f02c7083ac4fd59cbf5c3aeed9e65f2e3f265258a3c16584c7edbf" }, "downloads": -1, "filename": "pytest-tap-2.1.tar.gz", "has_sig": false, "md5_digest": "767067e38e0ddccc8c67775f4e214e0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12301, "upload_time": "2017-08-12T19:50:59", "url": "https://files.pythonhosted.org/packages/89/9d/8c56c7b288be25eb8ec30c39c06e17c7d897b592fc43f1410a2a5c1729bc/pytest-tap-2.1.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "8330e18f7d098541045bb9335cdde3f1", "sha256": "06ff3ca882b69814f20e36533157394372479c91c21233964dab52c071faf8d3" }, "downloads": -1, "filename": "pytest_tap-2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8330e18f7d098541045bb9335cdde3f1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28648, "upload_time": "2018-01-09T21:02:18", "url": "https://files.pythonhosted.org/packages/f4/f5/df147840f5fcc46d9ce5b06efbe1f5614a7a79243e93f35789f0b50b0e0b/pytest_tap-2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "54e5e9154a0e885901d3be1d869cf1f7", "sha256": "ea621f3ab77c12dc662ad6daeeb0152cfab522e2ef968d90500cf4c0a59dc965" }, "downloads": -1, "filename": "pytest-tap-2.2.tar.gz", "has_sig": false, "md5_digest": "54e5e9154a0e885901d3be1d869cf1f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16273, "upload_time": "2018-01-09T21:02:21", "url": "https://files.pythonhosted.org/packages/2f/6a/9c0e0af9ba4540c1d905a0bf29c114172ed80ad9e0e8efdf759513144ccd/pytest-tap-2.2.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "afe005b04eb17240363af53f1cf5e9d9", "sha256": "3b05ec931424bbe44e944726b68f7ef185bb6d25ce9ce21ac52c9af7ffa9b506" }, "downloads": -1, "filename": "pytest_tap-2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afe005b04eb17240363af53f1cf5e9d9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27704, "upload_time": "2018-09-16T17:25:25", "url": "https://files.pythonhosted.org/packages/7d/03/120a26d8955c91e9b44db84c6b0e0e43321c30fd838acd991f20a9fc61ca/pytest_tap-2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f8d1877de02ea0dc0537b8594f0b7855", "sha256": "ca063de56298034302f3cbce55c87a27d7bfa7af7de591cdb9ec6ce45fea5467" }, "downloads": -1, "filename": "pytest-tap-2.3.tar.gz", "has_sig": false, "md5_digest": "f8d1877de02ea0dc0537b8594f0b7855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17521, "upload_time": "2018-09-16T17:25:26", "url": "https://files.pythonhosted.org/packages/91/11/bca368c5394e09842aa4b71e9f4f1b3d95624e301a1b48ce56c27031fbac/pytest-tap-2.3.tar.gz" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "fb7175f98efa0d4bd63c291985a05ac9", "sha256": "cc5f812a4dfbb9f0b61ad38d72a66ebdb07de5de34b6581386a214ab1beef19e" }, "downloads": -1, "filename": "pytest_tap-2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fb7175f98efa0d4bd63c291985a05ac9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26204, "upload_time": "2019-10-21T02:58:03", "url": "https://files.pythonhosted.org/packages/9f/9e/4772bf88d146059974f6acb31ece27e4284e0d664c021d1a9acd4ef20bf7/pytest_tap-2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1f539c924708f76de20815d245ec57a", "sha256": "f2357ad5e9952ca93ac6175f8ed21ea53b90b2e05dee31053cc83cadcdc2f93b" }, "downloads": -1, "filename": "pytest-tap-2.4.tar.gz", "has_sig": false, "md5_digest": "b1f539c924708f76de20815d245ec57a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12037, "upload_time": "2019-10-21T02:58:05", "url": "https://files.pythonhosted.org/packages/67/28/3d4ac8266e4e31dca55a790684643edbfc931c6df8d3ab160a29a6515366/pytest-tap-2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb7175f98efa0d4bd63c291985a05ac9", "sha256": "cc5f812a4dfbb9f0b61ad38d72a66ebdb07de5de34b6581386a214ab1beef19e" }, "downloads": -1, "filename": "pytest_tap-2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fb7175f98efa0d4bd63c291985a05ac9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26204, "upload_time": "2019-10-21T02:58:03", "url": "https://files.pythonhosted.org/packages/9f/9e/4772bf88d146059974f6acb31ece27e4284e0d664c021d1a9acd4ef20bf7/pytest_tap-2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1f539c924708f76de20815d245ec57a", "sha256": "f2357ad5e9952ca93ac6175f8ed21ea53b90b2e05dee31053cc83cadcdc2f93b" }, "downloads": -1, "filename": "pytest-tap-2.4.tar.gz", "has_sig": false, "md5_digest": "b1f539c924708f76de20815d245ec57a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12037, "upload_time": "2019-10-21T02:58:05", "url": "https://files.pythonhosted.org/packages/67/28/3d4ac8266e4e31dca55a790684643edbfc931c6df8d3ab160a29a6515366/pytest-tap-2.4.tar.gz" } ] }