{ "info": { "author": "tolstislon", "author_email": "tolstislon@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Testing" ], "description": "\npytest-bug\n==========\n\n\n.. image:: https://travis-ci.com/tolstislon/pytest-bug.svg?branch=master\n :target: https://travis-ci.com/tolstislon/pytest-bug\n :alt: Build Status\n\n\n.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20-blue.svg\n :target: https://img.shields.io/badge/python-3.6%20%7C%203.7%20-blue.svg\n :alt: support\n\n\n.. image:: https://img.shields.io/badge/pytest-%3E%3D3.6.0-blue.svg\n :target: https://img.shields.io/badge/pytest-%3E%3D3.6.0-blue.svg\n :alt: pytes_support\n\n\n.. code-block:: python\n\n import pytest\n\n @pytest.mark.bug('fail not calling exit code', run=True)\n def test_one():\n assert False\n\nor\n\n.. code-block:: python\n\n from pytest_bug import bug\n\n @bug('fail not calling exit code', run=True)\n def test_one():\n assert False\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/tolstislon/pytest-bug", "keywords": "pytest", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "pytest-bug", "package_url": "https://pypi.org/project/pytest-bug/", "platform": "", "project_url": "https://pypi.org/project/pytest-bug/", "project_urls": { "Homepage": "https://github.com/tolstislon/pytest-bug" }, "release_url": "https://pypi.org/project/pytest-bug/0.2.2/", "requires_dist": [ "pytest (>=3.6.0)" ], "requires_python": ">=3.6", "summary": "Pytest plugin Mark test as a bug", "version": "0.2.2" }, "last_serial": 5426462, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "f2b1f4d5ada49ab3c8b44dd6b92502d0", "sha256": "10017a4cef1f05820e441db38f24787db51c5d24cdbcb6c9ba259352208d476f" }, "downloads": -1, "filename": "pytest_bug-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f2b1f4d5ada49ab3c8b44dd6b92502d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7966, "upload_time": "2019-06-20T15:40:08", "url": "https://files.pythonhosted.org/packages/f5/65/663cb860913a62d0a6f286d6eab7154444ed15b7842d9521b3d8a13aac1e/pytest_bug-0.2.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2b1f4d5ada49ab3c8b44dd6b92502d0", "sha256": "10017a4cef1f05820e441db38f24787db51c5d24cdbcb6c9ba259352208d476f" }, "downloads": -1, "filename": "pytest_bug-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f2b1f4d5ada49ab3c8b44dd6b92502d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7966, "upload_time": "2019-06-20T15:40:08", "url": "https://files.pythonhosted.org/packages/f5/65/663cb860913a62d0a6f286d6eab7154444ed15b7842d9521b3d8a13aac1e/pytest_bug-0.2.2-py3-none-any.whl" } ] }