{ "info": { "author": "Neville Tummon", "author_email": "nt.devs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Testing" ], "description": "Plugin installation\n====\n\nTo install this library for use please enter the following command:\n\n $ pip install pytest_xray\n\nTo use this plugin\n====\n\nTo take advantage of the pytest xray plugin, use markers from pytest to associate a test function with a test key and test execution id:\n\n import pytest\n\n @pytest.mark.xray(test_key=\"PRDS-12345\", test_exec_key=\"PRDS-12121\")\n def test_my_function():\n assert True == True\n\nEnable the plugin by passing the extra options to the command line when invoking the pytest runner:\n\n $ pytest . --jira-xray\n\nIt is important that the environment variables **XRAY_API_CLIENT_ID** and **XRAY_API_CLIENT_SECRET** are set for pytest_xray to sucessfully post results to the Xray API.\n\nMaintenance notes\n====\nPlease make sure that any new releases of the library use an incremented version number from the last. The following guidance is used to properly version bump this library {major}.{minor}.{patch}.\n\nMajor versions are increased for any new overall library features or general API breaking changes.\n\nMinor versions are increased for any new features added or implementation changes to existing APIs.\n\nPatch versions are increased for any bug fixes and non-breaking changes.\n\nTo automatically bump versions, best to install bump2version, then enter either of the following on the command line:\n\n $ bump2version major\n\nor\n\n $ bump2version minor\n\nor\n\n $ bump2version patch\n\nThese commands automatically commits and tags a new version. Make sure to push tags to the server with \n\n $ git push && git push --tags", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/Isentia/pytest_xray/archive/v0.2.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pytest-xray", "package_url": "https://pypi.org/project/pytest-xray/", "platform": "", "project_url": "https://pypi.org/project/pytest-xray/", "project_urls": { "Download": "https://github.com/Isentia/pytest_xray/archive/v0.2.1.tar.gz" }, "release_url": "https://pypi.org/project/pytest-xray/0.2.1/", "requires_dist": null, "requires_python": ">=3.6.6", "summary": "", "version": "0.2.1" }, "last_serial": 5335712, "releases": { "0.1.8": [ { "comment_text": "", "digests": { "md5": "2dd5c3f68e9ad5f7b2bab72fcc364118", "sha256": "a616e48465533c6d4be78f5fe3fd458cb5047529868de50745914604b44f1390" }, "downloads": -1, "filename": "pytest_xray-0.1.8.tar.gz", "has_sig": false, "md5_digest": "2dd5c3f68e9ad5f7b2bab72fcc364118", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.6", "size": 4414, "upload_time": "2019-04-16T06:38:09", "url": "https://files.pythonhosted.org/packages/a3/42/167811e3b739b55d63c1f12759f607903c65cde813d8d9d9793511397377/pytest_xray-0.1.8.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3c256f975206e3360cc56161fece2f8f", "sha256": "9c476b7765613553e47b44d82eeb0b2d532491ab68d5ba5fcb9cfb7d3d01c68c" }, "downloads": -1, "filename": "pytest_xray-0.2.tar.gz", "has_sig": false, "md5_digest": "3c256f975206e3360cc56161fece2f8f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.6", "size": 4301, "upload_time": "2019-04-16T06:43:33", "url": "https://files.pythonhosted.org/packages/28/e3/148a0023e2bec859fe509707e5415127447ea6df66d68d23a37f3ee3e489/pytest_xray-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4664bc7f9a0af29c2690e49558505186", "sha256": "f79a9022b0191556e35d3e9fedf9a90d0b3139ea60946a39adeda7bac011d6f3" }, "downloads": -1, "filename": "pytest_xray-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4664bc7f9a0af29c2690e49558505186", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.6", "size": 4338, "upload_time": "2019-05-30T05:32:20", "url": "https://files.pythonhosted.org/packages/ed/9c/44178773074ebd74d45e7cbc06d5d9b71d6c0c654f07a05a4c88abb6da8a/pytest_xray-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4664bc7f9a0af29c2690e49558505186", "sha256": "f79a9022b0191556e35d3e9fedf9a90d0b3139ea60946a39adeda7bac011d6f3" }, "downloads": -1, "filename": "pytest_xray-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4664bc7f9a0af29c2690e49558505186", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.6", "size": 4338, "upload_time": "2019-05-30T05:32:20", "url": "https://files.pythonhosted.org/packages/ed/9c/44178773074ebd74d45e7cbc06d5d9b71d6c0c654f07a05a4c88abb6da8a/pytest_xray-0.2.1.tar.gz" } ] }