{ "info": { "author": "Dzmitry Kolb", "author_email": "dm.kolb@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "agent-python-nose\n===================\n\n\nNose plugin for reporting test results of Nose to the 'Reportal Portal'.\n\n* Usage\n* Configuration\n* Launching\n* Copyright Notice\n* Changes\n\n# Usage\n\n## Installation\n\nTo install nose plugin execute next command in a terminal:\n\n```bash\n pip install nose-reportportal\n```\n\n# Configuration\n\nPrepare the config file `rp.ini` in root directory of tests\n\nThe `rp.ini` file should have next mandatory fields:\n\n`rp_uuid` - value could be found in the User Profile section\n`rp_project` - name of project in Report Potal\n`rp_endpoint` - address of Report Portal Server, can be found in a environment variable \"RP_ENDPOINT\" after tests' run\n`rp_launch` - name of a launch\n`rp_launch_description` - description of a launch\n\nExample of `rp.ini`:\n\n```text\n[base]\nrp_uuid = fb586627-32be-47dd-93c1-678873458a5f\nrp_endpoint = http://192.168.1.10:8080\nrp_project = user_personal\nrp_launch = AnyLaunchName {}\nrp_launch_tags = Nose;Smoke\nrp_launch_description = Smoke test\n```\n\nYou need to add --rp-config-file to point to config file:\n\n```bash\n\n--rp-config-file rp.ini\n\n```\n\nIf you like to override some of parameters above from command line, or from CI environment based on your build, then pass\n\n`--rp-launch` to change launch name.\n\n`--rp-mode` to change mode of run report portal agent\n\n`--rp-launch-description` to change description of a launch\n\n`--ignore-loggers` tto ignore external loggers and not send them in report portal. Specify which statements to filter. If the output is too verbose, use this option to filter out needless output.\n\nExample:\n\n```\n filter=foo will capture statements issued ONLY to foo or foo.what.ever.sub but not foobar or other logger. \n Specify multiple loggers with comma: filter=foo,bar,baz. \n If any logger name is prefixed with a minus, eg filter=-foo, it will be excluded rather than included. \n```\n\nThe following loggers are ignored \n'nose' \n'reportportal_client.service_async' \n'reportportal_client.service' ,\n'nose_reportportal.plugin'\n'nose_reportportal.service'\n'urllib3.connectionpool' \nby default.\n\n# Launching\n\nTo run test with Report Portal you must provide '--with-reportportal' flag:\n\n```bash\nnosetests --with-reportportal --rp-config-file rp.ini\n```\n\n# Copyright Notice\n\nCopyright Notice: https://github.com/reportportal/agent-python-nosetests#copyright-notice\n\nLicensed under the Apache License Version 2.0, license (see the LICENSE file).\n\nApache License Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n\n# Changes\n\n## Changes in version 0.0.5 \n\n* fixed problem with importing of LogCapture \n\n## Changes in version 0.0.4 \n\n* fixed bug with handling of skip status of a test\n* added argument to ignore loggers \n\n## Changes in version 0.0.3 \n\n* a safe logs-sender was added on a stop test phase \n\n## Changes in version 0.0.2 \n\n* Added updated capturing for output and logs\n* Added environment variable \"RP_ENDPOINT\" to exclude RP url from url-mockers if it is needed\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/reportportal/agent-python-nosetests", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/reportportal/agent-python-nosetests", "keywords": "testing,reporting,reportportal,nose", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "nose-reportportal", "package_url": "https://pypi.org/project/nose-reportportal/", "platform": "", "project_url": "https://pypi.org/project/nose-reportportal/", "project_urls": { "Download": "https://github.com/reportportal/agent-python-nosetests", "Homepage": "https://github.com/reportportal/agent-python-nosetests" }, "release_url": "https://pypi.org/project/nose-reportportal/0.0.5/", "requires_dist": [ "reportportal-client (>=3.1.0)", "nose (>=1.3.0)" ], "requires_python": "", "summary": "Agent for Reporting results of tests to the Report Portal", "version": "0.0.5" }, "last_serial": 5977429, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e405777e6dd32c0e29cdaaea1a129139", "sha256": "7123c9c3aa67ca7d432b0021863b8941709c0226ea3ae12acc847be2fd32cbd7" }, "downloads": -1, "filename": "nose_reportportal-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e405777e6dd32c0e29cdaaea1a129139", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13193, "upload_time": "2019-09-30T11:44:19", "url": "https://files.pythonhosted.org/packages/c3/e2/71620549d39d8f20c367a5477e0cf063c77520b66e1801f5b4ad9dfde939/nose_reportportal-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b8a95bc48ca4357d5941d4f3670d4bc", "sha256": "5f790b915d108c72fc0111dec2ac0a1c70ea6513af833cae213071ae934690cf" }, "downloads": -1, "filename": "nose-reportportal-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7b8a95bc48ca4357d5941d4f3670d4bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8582, "upload_time": "2019-09-30T11:44:22", "url": "https://files.pythonhosted.org/packages/9b/fa/23ca0dce5db737a31c49b00b76087d4cba3538e6cb67ba7030a3cf3862a9/nose-reportportal-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "69fcc864f6d5bd752afcb65bb01f0953", "sha256": "98302257183fbe68b82cb0a061c3558836dc3ed8c11feac56ddcf8f155225311" }, "downloads": -1, "filename": "nose_reportportal-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69fcc864f6d5bd752afcb65bb01f0953", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13529, "upload_time": "2019-10-01T11:45:54", "url": "https://files.pythonhosted.org/packages/99/3a/de19f184d7ddf3ba797d3080aba782a3f5a83591d771c71b6e4d43e026a3/nose_reportportal-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb3cfb2bea22a7759edc3675421dcddd", "sha256": "a58daa1b3de33589c092ce420a4eef2e8b36bebf00b6c0724ef6091a0b886fc6" }, "downloads": -1, "filename": "nose-reportportal-0.0.2.tar.gz", "has_sig": false, "md5_digest": "eb3cfb2bea22a7759edc3675421dcddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8943, "upload_time": "2019-10-01T11:45:56", "url": "https://files.pythonhosted.org/packages/65/be/d270a3eba935ae3d5ff442d75877dbb5b62e9d75af1f0f6a02b1d9c88096/nose-reportportal-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "afee1a87db2d41431e01b2b80d2fe7f9", "sha256": "2e15a9af26a22db1dd66b06f0d1561ead5dd814fd6151101c69f044dffad8872" }, "downloads": -1, "filename": "nose_reportportal-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afee1a87db2d41431e01b2b80d2fe7f9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13658, "upload_time": "2019-10-01T13:41:39", "url": "https://files.pythonhosted.org/packages/07/41/58d59086211d4657fbc2e7b290d2148120014b3ff91d7a366b2390253e56/nose_reportportal-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "94257de9886f41d0eba1749c0486a2d6", "sha256": "6ade5b1cad5161cdc1342c6f86c5f5386bf3ddefabbdd789375fed6d85007a46" }, "downloads": -1, "filename": "nose-reportportal-0.0.3.tar.gz", "has_sig": false, "md5_digest": "94257de9886f41d0eba1749c0486a2d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9084, "upload_time": "2019-10-01T13:41:41", "url": "https://files.pythonhosted.org/packages/fa/7c/a428ff588d04ba6866909c2816e149f68c51e8200956d4976072f6e5bf90/nose-reportportal-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "0c808cce9e372b3317f05c1048b65888", "sha256": "c91836ca2a700babfd95494d17447ebe05b0f20e66d3b1b4e72e5d3719c1ded3" }, "downloads": -1, "filename": "nose_reportportal-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0c808cce9e372b3317f05c1048b65888", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14376, "upload_time": "2019-10-15T11:47:02", "url": "https://files.pythonhosted.org/packages/d9/1d/8447dd44c785946ac13780b0a17a79507e65815269a14983414f6d270d75/nose_reportportal-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5d6ef0eda2ba981a17982f6a81bdf12", "sha256": "1f8be88ea6d1b917371f676fdaf1d74896a5e4ad94f08cc885be4a3581e5e78d" }, "downloads": -1, "filename": "nose-reportportal-0.0.4.tar.gz", "has_sig": false, "md5_digest": "a5d6ef0eda2ba981a17982f6a81bdf12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10001, "upload_time": "2019-10-15T11:47:03", "url": "https://files.pythonhosted.org/packages/7c/13/9e77d46d65402b767cbd14e937149bdbf4cc2d16677894197b950e710264/nose-reportportal-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "43efbfcc2823058e8040f01cf2bd833e", "sha256": "27624babda41cb4d87df4dd621ac246a653c56affbc6c96f15e56de920d49550" }, "downloads": -1, "filename": "nose_reportportal-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43efbfcc2823058e8040f01cf2bd833e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14418, "upload_time": "2019-10-15T13:42:56", "url": "https://files.pythonhosted.org/packages/16/cc/135c13706f615b7aa474b0c0a3e4edcabc8b6ac2dcb534783569033cf7ad/nose_reportportal-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc7888104086a3320b69349106f52417", "sha256": "9b9003c4f29f9d9df74dfa75d74c08f0c544a221a89b9de8e2b70e24fbe604e0" }, "downloads": -1, "filename": "nose-reportportal-0.0.5.tar.gz", "has_sig": false, "md5_digest": "bc7888104086a3320b69349106f52417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10040, "upload_time": "2019-10-15T13:42:58", "url": "https://files.pythonhosted.org/packages/c0/30/938d40eb28954de2151f870943530e0d86319a36d8d7b3602afab9b10bfd/nose-reportportal-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43efbfcc2823058e8040f01cf2bd833e", "sha256": "27624babda41cb4d87df4dd621ac246a653c56affbc6c96f15e56de920d49550" }, "downloads": -1, "filename": "nose_reportportal-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43efbfcc2823058e8040f01cf2bd833e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14418, "upload_time": "2019-10-15T13:42:56", "url": "https://files.pythonhosted.org/packages/16/cc/135c13706f615b7aa474b0c0a3e4edcabc8b6ac2dcb534783569033cf7ad/nose_reportportal-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc7888104086a3320b69349106f52417", "sha256": "9b9003c4f29f9d9df74dfa75d74c08f0c544a221a89b9de8e2b70e24fbe604e0" }, "downloads": -1, "filename": "nose-reportportal-0.0.5.tar.gz", "has_sig": false, "md5_digest": "bc7888104086a3320b69349106f52417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10040, "upload_time": "2019-10-15T13:42:58", "url": "https://files.pythonhosted.org/packages/c0/30/938d40eb28954de2151f870943530e0d86319a36d8d7b3602afab9b10bfd/nose-reportportal-0.0.5.tar.gz" } ] }