{ "info": { "author": "NyanKiyoshi", "author_email": "hello@vanille.bid", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Office/Business :: Financial", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "
\n

pytest-deprecate

\n

Mark tests as testing a deprecated feature with a warning note.

\n

\n \n Requirement Status\n \n \n Coverage Status\n \n \n Version\n \n

\n

\n \n Commits since latest release\n \n \n Supported versions\n \n \n Supported implementations\n \n

\n
\n\n## Installation\n```\npip install pytest-deprecate\n```\n\n## Usage\n\n```python\n@pytest.mark.deprecated(\"This feature will be dropped in 2.7\")\ndef test_old_feature():\n assert True\n```\n\nOutput:\n```\n=========================================================================================================================== warnings summary ============================================================================================================================\nexample/test_file.py::test_dummy\n /Users/mikailkocak/Development/pytest-deprecate/example/test_file.py:4: UserWarning: test_file:test_dummy is testing a deprecated feature: This feature will be removing in 2.7\n @pytest.mark.deprecated(\"This feature will be removing in 2.7\")\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NyanKiyoshi/pytest-deprecate/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pytest-deprecate", "package_url": "https://pypi.org/project/pytest-deprecate/", "platform": "", "project_url": "https://pypi.org/project/pytest-deprecate/", "project_urls": { "Homepage": "https://github.com/NyanKiyoshi/pytest-deprecate/" }, "release_url": "https://pypi.org/project/pytest-deprecate/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Mark tests as testing a deprecated feature with a warning note.", "version": "1.0.2" }, "last_serial": 5470417, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9715ade3cf4eb69f41d87d38b1b95b01", "sha256": "5d5c4f80406f3c627639437353665c92e89a6558ff3bff113b691640313eb523" }, "downloads": -1, "filename": "pytest-deprecate-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9715ade3cf4eb69f41d87d38b1b95b01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3106, "upload_time": "2019-06-25T16:41:05", "url": "https://files.pythonhosted.org/packages/28/f3/2037a7333e70a2c53feda5687d91bc8100c58cffe2b82dfec78c4e64825a/pytest-deprecate-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6b2b7e04d0f5729eab6b37d83de20fdf", "sha256": "0682f8c704f836ca6b4eeb1a80f80f4070f01ba3a270f61d9f871d9901e23409" }, "downloads": -1, "filename": "pytest-deprecate-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6b2b7e04d0f5729eab6b37d83de20fdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3318, "upload_time": "2019-06-25T17:24:25", "url": "https://files.pythonhosted.org/packages/8a/f2/01fbdb5964f53a124a9781e716dd379dc8d2971ac4022a45054a2aaae339/pytest-deprecate-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "0d1fec88f8897c00f06f4177e566fc6c", "sha256": "d147e1fb02d7ba131543b246354f0707ca9457640f8f02e2f2768e3662fb5e9f" }, "downloads": -1, "filename": "pytest-deprecate-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0d1fec88f8897c00f06f4177e566fc6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3319, "upload_time": "2019-07-01T10:14:06", "url": "https://files.pythonhosted.org/packages/4e/48/6ce28519497663b52105071d12a034922cc933fcbf43b3c7140607835d4a/pytest-deprecate-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d1fec88f8897c00f06f4177e566fc6c", "sha256": "d147e1fb02d7ba131543b246354f0707ca9457640f8f02e2f2768e3662fb5e9f" }, "downloads": -1, "filename": "pytest-deprecate-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0d1fec88f8897c00f06f4177e566fc6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3319, "upload_time": "2019-07-01T10:14:06", "url": "https://files.pythonhosted.org/packages/4e/48/6ce28519497663b52105071d12a034922cc933fcbf43b3c7140607835d4a/pytest-deprecate-1.0.2.tar.gz" } ] }