{ "info": { "author": "Allan Kilpatrick", "author_email": "allanklp@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pytest-testrail\n===============\n\n|Build Status| |PyPI version|\n\nThis is a pytest plugin for creating/editing testplans or testruns based\non pytest markers. The results of the collected tests will be updated\nagainst the testplan/testrun in TestRail.\n\nInstallation\n------------\n\n::\n\n pip install pytest-testrail\n\nConfiguration\n-------------\n\nConfig for Pytest tests\n~~~~~~~~~~~~~~~~~~~~~~~\n\nAdd a marker to the tests that will be picked up to be added to the run.\n\n.. code:: python\n\n from pytest_testrail.plugin import testrail\n\n @testrail('C1234', 'C5678')\n def test_foo():\n # test code goes here\n\n # OR \n\n from pytest_testrail.plugin import pytestrail\n\n @pytestrail.case('C1234', 'C5678')\n def test_bar():\n # test code goes here\n\nSee a `more detailed example here `__.\n\nConfig for TestRail\n~~~~~~~~~~~~~~~~~~~\n\n- Settings file template config:\n\n.. code:: ini\n\n [API]\n url = https://yoururl.testrail.net/\n email = user@email.com\n password = \n\n [TESTRUN]\n assignedto_id = 1\n project_id = 2\n suite_id = 3\n\nOr\n\n- Set command line options (see below)\n\nUsage\n-----\n\nBasically, the following command will create a testrun in TestRail, add\nall marked tests to run. Once the all tests are finished they will be\nupdated in TestRail:\n\n.. code:: bash\n\n py.test --testrail --tr-config=.cfg\n\nAll available options\n~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n --testrail Create and update testruns with TestRail\n --tr-config=TR_CONFIG\n Path to the config file containing information about\n the TestRail server (defaults to testrail.cfg)\n --tr-url=TR_URL TestRail address you use to access TestRail with your\n web browser (config file: url in API section)\n --tr-email=TR_EMAIL Email for the account on the TestRail server (config\n file: email in API section)\n --tr-password=TR_PASSWORD\n Password for the account on the TestRail server\n (config file: password in API section)\n --tr-testrun-assignedto-id=TR_TESTRUN_ASSIGNEDTO_ID\n ID of the user assigned to the test run (config file:\n assignedto_id in TESTRUN section)\n --tr-testrun-project-id=TR_TESTRUN_PROJECT_ID\n ID of the project the test run is in (config file:\n project_id in TESTRUN section)\n --tr-testrun-suite-id=TR_TESTRUN_SUITE_ID\n ID of the test suite containing the test cases (config\n file: suite_id in TESTRUN section)\n --tr-testrun-suite-include-all\n Include all test cases in specified test suite when\n creating test run (config file: include_all in TESTRUN\n section)\n --tr-testrun-name=TR_TESTRUN_NAME\n Name given to testrun, that appears in TestRail\n (config file: name in TESTRUN section)\n --tr-run-id=TR_RUN_ID\n Identifier of testrun, that appears in TestRail. If\n provided, option \"--tr-testrun-name\" will be ignored\n --tr-plan-id=TR_PLAN_ID\n Identifier of testplan, that appears in TestRail. If\n provided, option \"--tr-testrun-name\" will be ignored\n --tr-version=TR_VERSION\n Indicate a version in Test Case result.\n --tr-no-ssl-cert-check\n Do not check for valid SSL certificate on TestRail\n host\n --tr-close-on-complete\n Close a test plan or test run on completion.\n --tr-dont-publish-blocked\n Do not publish results of \"blocked\" testcases in\n TestRail\n --tr-skip-missing Skip test cases that are not present in testrun\n\n.. |Build Status| image:: https://travis-ci.org/allankp/pytest-testrail.svg?branch=master\n :target: https://travis-ci.org/allankp/pytest-testrail\n.. |PyPI version| image:: https://badge.fury.io/py/pytest-testrail.svg\n :target: https://badge.fury.io/py/pytest-testrail\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/allankp/pytest-testrail/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pytest-testrail", "package_url": "https://pypi.org/project/pytest-testrail/", "platform": "", "project_url": "https://pypi.org/project/pytest-testrail/", "project_urls": { "Homepage": "http://github.com/allankp/pytest-testrail/" }, "release_url": "https://pypi.org/project/pytest-testrail/2.9.0/", "requires_dist": [ "pytest (>=3.6)", "requests (>=2.20.0)" ], "requires_python": "", "summary": "pytest plugin for creating TestRail runs and adding results", "version": "2.9.0", "yanked": false, "yanked_reason": null }, "last_serial": 8051274, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "d2ef09f0cc714a68bb15c257b41261aa", "sha256": "f3c97b19a5a6d32d8c2eeada4d71c8252854d909f681aeebcae4edbac190f279" }, "downloads": -1, "filename": "pytest-testrail-0.0.10.tar.gz", "has_sig": false, "md5_digest": "d2ef09f0cc714a68bb15c257b41261aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4304, "upload_time": "2016-11-08T16:20:39", "upload_time_iso_8601": "2016-11-08T16:20:39.982091Z", "url": "https://files.pythonhosted.org/packages/5b/52/3708b9532bb7f3a9f8d72c7c609298de42a000411f99e3b96dcae7a222c3/pytest-testrail-0.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "3159bf5a4779d6a632da0ba2506f2c6a", "sha256": "0d671981dbc406189f42f52c890142e1728197821e3f25f888fe1791e59620aa" }, "downloads": -1, "filename": "pytest-testrail-0.0.11.tar.gz", "has_sig": false, "md5_digest": "3159bf5a4779d6a632da0ba2506f2c6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4310, "upload_time": "2016-12-07T09:25:01", "upload_time_iso_8601": "2016-12-07T09:25:01.184349Z", "url": "https://files.pythonhosted.org/packages/a6/84/321122c3e857020654b442d603feb75595cc59979a09e9f3cc8e85d93017/pytest-testrail-0.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "810169b18279056f5a44b3a6e3e3320e", "sha256": "e62ad4b30e3feedfa6a9c9223c87fdb53ca288ce23bd9aa7d7784e28bf4924ef" }, "downloads": -1, "filename": "pytest_testrail-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "810169b18279056f5a44b3a6e3e3320e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5817, "upload_time": "2016-01-23T13:59:46", "upload_time_iso_8601": "2016-01-23T13:59:46.196519Z", "url": "https://files.pythonhosted.org/packages/1e/6c/fa23cf6ee2162371a7d0e415b73037a6dbd29c3a2f1897b23859baa477ab/pytest_testrail-0.0.2-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd33b2043e21f8532e59de66d89d624c", "sha256": "3f0a84382f6359c9002aa3b12e080ca6355066fdd5fcbeebacb8bfda1021cdce" }, "downloads": -1, "filename": "pytest-testrail-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bd33b2043e21f8532e59de66d89d624c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3571, "upload_time": "2016-01-23T13:59:40", "upload_time_iso_8601": "2016-01-23T13:59:40.468931Z", "url": "https://files.pythonhosted.org/packages/c3/58/3c074c1849f0bddee6408c1df50cf803668a49744c0b176c6929054e8fb7/pytest-testrail-0.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "866a73322c3f4f7f394e5c5ba3c997af", "sha256": "dc114b2ddc77c09161b718f09f83c25a43824a89105b6bbd519068de0e36fe7c" }, "downloads": -1, "filename": "pytest_testrail-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "866a73322c3f4f7f394e5c5ba3c997af", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5591, "upload_time": "2016-01-25T16:33:18", "upload_time_iso_8601": "2016-01-25T16:33:18.665456Z", "url": "https://files.pythonhosted.org/packages/db/7d/efa466c88d209b9a178f4e884574cbc4f4a1caf829b9d9df290f8fbccba6/pytest_testrail-0.0.3-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c29d705813958eb95a1c58558582cbe", "sha256": "b810d907fcc7ee93b9c620174cbb5beb69cd8e60872776da982610ba83575ce3" }, "downloads": -1, "filename": "pytest-testrail-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0c29d705813958eb95a1c58558582cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3525, "upload_time": "2016-01-25T16:32:49", "upload_time_iso_8601": "2016-01-25T16:32:49.778400Z", "url": "https://files.pythonhosted.org/packages/cb/7a/c40f2585c924851c1752f620afbbc66ae77a0a661e01cc5d0f01c1cd5486/pytest-testrail-0.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "6d08e50cfa3796ed8fa92773108d1540", "sha256": "5a4d849c27797a0444998474add9cd50b1e95533c21f536cc735393827279d6b" }, "downloads": -1, "filename": "pytest-testrail-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6d08e50cfa3796ed8fa92773108d1540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3311, "upload_time": "2016-09-08T14:07:22", "upload_time_iso_8601": "2016-09-08T14:07:22.839736Z", "url": "https://files.pythonhosted.org/packages/cd/3a/63538e363d937704ef9cbb7a572485a9966bedc1115efcdff8d481f8d3de/pytest-testrail-0.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "9b1c249905808169992b9d7a5972f140", "sha256": "d5764df4bd147956210922158ab3669592867c1b7b8c3383149049c672e57b96" }, "downloads": -1, "filename": "pytest-testrail-0.0.5.tar.gz", "has_sig": false, "md5_digest": "9b1c249905808169992b9d7a5972f140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3300, "upload_time": "2016-09-09T07:40:28", "upload_time_iso_8601": "2016-09-09T07:40:28.030043Z", "url": "https://files.pythonhosted.org/packages/3d/39/5620fd48b77153d57f576d72cdd6de8d201764b9c66f0a37fe9f94849cf8/pytest-testrail-0.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "b3e9bd22c3334f0f0db7d5767d5ee3c1", "sha256": "d9579984bb9dcb0bcc0c7fb9251a6e1810880e8f82d9dfc72953d4d28302a01e" }, "downloads": -1, "filename": "pytest-testrail-0.0.6.tar.gz", "has_sig": false, "md5_digest": "b3e9bd22c3334f0f0db7d5767d5ee3c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3895, "upload_time": "2016-09-09T09:56:25", "upload_time_iso_8601": "2016-09-09T09:56:25.060322Z", "url": "https://files.pythonhosted.org/packages/26/5c/8c43d762962b731b97629a6fd52b484e98f127a9e5c0b10314a05f75688f/pytest-testrail-0.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "68b33a071b75f7e99f48eac3450bf240", "sha256": "abbd9b73f6b74086727d4a5d82f5bd1ec5ca4190719897af1f88cc9016a24be9" }, "downloads": -1, "filename": "pytest-testrail-0.0.7.tar.gz", "has_sig": false, "md5_digest": "68b33a071b75f7e99f48eac3450bf240", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3921, "upload_time": "2016-09-12T14:02:29", "upload_time_iso_8601": "2016-09-12T14:02:29.977900Z", "url": "https://files.pythonhosted.org/packages/0f/14/27ee1b07230305412d426cf414401efd896d413a2735b78863f4e082bc5e/pytest-testrail-0.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "d27d5755d94c02a7f112b51d79831c31", "sha256": "3e0e687879f05d98fe661a008266c18ca64182650db20c01a7a9b549a294a66c" }, "downloads": -1, "filename": "pytest-testrail-0.0.8.tar.gz", "has_sig": false, "md5_digest": "d27d5755d94c02a7f112b51d79831c31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4024, "upload_time": "2016-09-13T15:43:34", "upload_time_iso_8601": "2016-09-13T15:43:34.372252Z", "url": "https://files.pythonhosted.org/packages/d7/19/ea480e38d5781d2add2e791e50761e133b9e4c8cbccdbba377e9f95e917e/pytest-testrail-0.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "c7dde8ffcca67fea8a947c77cb2aec50", "sha256": "74a46e3f61eecccb43b55e44a7c99ae22bdf75f85ecf10caf88f03e2a95d0eb3" }, "downloads": -1, "filename": "pytest-testrail-0.0.9.tar.gz", "has_sig": false, "md5_digest": "c7dde8ffcca67fea8a947c77cb2aec50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4013, "upload_time": "2016-09-19T13:56:07", "upload_time_iso_8601": "2016-09-19T13:56:07.778276Z", "url": "https://files.pythonhosted.org/packages/ef/fb/4206b36c760f3a4662839ff0d3818d1d26cdb3bb6db07fd07be9c542e537/pytest-testrail-0.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "90e6650bdc16cf42a660159393d2c5b4", "sha256": "3a7537fb98900637416c3ec7b1c79d0a965ecf6edaa8b398e4fb3f6cc98c8670" }, "downloads": -1, "filename": "pytest-testrail-1.0.0.tar.gz", "has_sig": false, "md5_digest": "90e6650bdc16cf42a660159393d2c5b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5624, "upload_time": "2017-10-19T08:07:21", "upload_time_iso_8601": "2017-10-19T08:07:21.876127Z", "url": "https://files.pythonhosted.org/packages/dd/ed/ad25e2eac4f16ab682dbe346a075145769fa15e1585ebb5babb3f527984b/pytest-testrail-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "14d5c8df902efd572664953876cf88dd", "sha256": "f7d90b104d65d210c0300aefafdf189f26ac82bffc2f3f0ee6ee460ba56c2567" }, "downloads": -1, "filename": "pytest-testrail-1.0.1.tar.gz", "has_sig": false, "md5_digest": "14d5c8df902efd572664953876cf88dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5616, "upload_time": "2017-11-02T12:32:32", "upload_time_iso_8601": "2017-11-02T12:32:32.851667Z", "url": "https://files.pythonhosted.org/packages/8f/a7/429d945d346527ed6673a58eb25c19d133e2ff82c9069ab5e5b77b44bb48/pytest-testrail-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a2c951985744abb09ed09779876b9471", "sha256": "59c1878a0ca6c7c1bde096b33de797085d8306ece4de5d740114980db4191a92" }, "downloads": -1, "filename": "pytest-testrail-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a2c951985744abb09ed09779876b9471", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7199, "upload_time": "2017-12-13T09:38:40", "upload_time_iso_8601": "2017-12-13T09:38:40.787841Z", "url": "https://files.pythonhosted.org/packages/3c/9c/a6f91eef78510bc082b2f6e03c45b6bcfb571eb0459f72413ef99d07904c/pytest-testrail-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "954d3093de4f8e3f629bb6905e5214b2", "sha256": "620a79486f74687a814d7b147d16467c1336d99ad9fd42c3f8bc63002de739f6" }, "downloads": -1, "filename": "pytest-testrail-1.1.1.tar.gz", "has_sig": false, "md5_digest": "954d3093de4f8e3f629bb6905e5214b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7870, "upload_time": "2018-01-29T15:01:04", "upload_time_iso_8601": "2018-01-29T15:01:04.580017Z", "url": "https://files.pythonhosted.org/packages/54/10/6c2e3aa309d71b3e59699767d9c544a4de4182de7ac104a5c8e5e2de41c7/pytest-testrail-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "b1df21201122040e35d9f84640771df1", "sha256": "774dc96e92bd4e84ea76bb5f45a12ba596054f997217081751f28ced7c6b4293" }, "downloads": -1, "filename": "pytest-testrail-1.1.2.tar.gz", "has_sig": false, "md5_digest": "b1df21201122040e35d9f84640771df1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7870, "upload_time": "2018-01-29T15:52:12", "upload_time_iso_8601": "2018-01-29T15:52:12.240436Z", "url": "https://files.pythonhosted.org/packages/ea/5e/7b47a8996e4d2ed1177bd4dd9510476c9554e9251f59a7215e61bde71c07/pytest-testrail-1.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "b8c4564bad6fd4ad36938408b0a87d0d", "sha256": "88f63604a98ae7e5d65f9d005242de0884279318c1f8e3af1aa1290826026ed5" }, "downloads": -1, "filename": "pytest-testrail-1.1.3.tar.gz", "has_sig": false, "md5_digest": "b8c4564bad6fd4ad36938408b0a87d0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7867, "upload_time": "2018-02-07T10:12:07", "upload_time_iso_8601": "2018-02-07T10:12:07.029383Z", "url": "https://files.pythonhosted.org/packages/ab/7d/9782075263b68b5a7933790b84a05a414af7b752bd5b8502f0c2a8527c53/pytest-testrail-1.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "00672406c6b43ae59b5a0a356e61ed3d", "sha256": "214f1cd3a8f95ef55ab4a3b30b022a50741d0000a70ae4c0fcd23acd9546cd20" }, "downloads": -1, "filename": "pytest-testrail-1.1.4.tar.gz", "has_sig": false, "md5_digest": "00672406c6b43ae59b5a0a356e61ed3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8429, "upload_time": "2018-04-16T08:51:20", "upload_time_iso_8601": "2018-04-16T08:51:20.887173Z", "url": "https://files.pythonhosted.org/packages/46/95/5826e662988a4506987558455afcff8599cb1f71ff3c6ec955d340252ad6/pytest-testrail-1.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "5b730d02d077a31705f193f57bdac0bc", "sha256": "c6e23e3347311595e708a184f0b7e948b172563198c6fa7ec0ce5c86c3cd4592" }, "downloads": -1, "filename": "pytest-testrail-1.1.5.tar.gz", "has_sig": false, "md5_digest": "5b730d02d077a31705f193f57bdac0bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8627, "upload_time": "2018-06-20T14:06:29", "upload_time_iso_8601": "2018-06-20T14:06:29.741463Z", "url": "https://files.pythonhosted.org/packages/55/bb/7eb33c1575d4062d8d5295e6a3cddcb934ad4a917631bf6d48cc696abaac/pytest-testrail-1.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "008291532bb6c0883d7fcc8c84484c46", "sha256": "4b4a3a892419b1ce1bbdfd093680d9f6b77efde60181f7294093270bac4e04fe" }, "downloads": -1, "filename": "pytest-testrail-1.1.6.tar.gz", "has_sig": false, "md5_digest": "008291532bb6c0883d7fcc8c84484c46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8629, "upload_time": "2018-07-02T15:29:04", "upload_time_iso_8601": "2018-07-02T15:29:04.166020Z", "url": "https://files.pythonhosted.org/packages/ea/f7/f2503d7498bc28a9ad028fc66fca433f91504b56cbf2915d8fbc60b1b84e/pytest-testrail-1.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "bd2b38301270adb396a13f0200ad24ad", "sha256": "39e56f36e8966fb2baa78f27acc484029994a45907a0045c7ed4fea0f97ac22d" }, "downloads": -1, "filename": "pytest-testrail-2.0.2.tar.gz", "has_sig": false, "md5_digest": "bd2b38301270adb396a13f0200ad24ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9425, "upload_time": "2018-10-26T10:32:06", "upload_time_iso_8601": "2018-10-26T10:32:06.311928Z", "url": "https://files.pythonhosted.org/packages/df/78/949627e93ba0752da59537e19226342c3ac89402e4dd2738e797245c22f3/pytest-testrail-2.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "a3d9c66da26f2261f8f2053dac4573ea", "sha256": "cd2b82299405dcd7fe16172e50b4519426764be4e08e285ea97f17943749e593" }, "downloads": -1, "filename": "pytest-testrail-2.1.1.tar.gz", "has_sig": false, "md5_digest": "a3d9c66da26f2261f8f2053dac4573ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9420, "upload_time": "2018-10-26T10:50:35", "upload_time_iso_8601": "2018-10-26T10:50:35.862108Z", "url": "https://files.pythonhosted.org/packages/58/24/8bb1f19245db852aefd048ba396c8c0bd3d199332f42274fc1eb8ec33ae4/pytest-testrail-2.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "91885fc31c0b29b4c8d74bb8b3c55875", "sha256": "81229d7df4ce907a64e0e921cee3ebef17f401449b7cff2fd1ab001118c9ed58" }, "downloads": -1, "filename": "pytest-testrail-2.2.0.tar.gz", "has_sig": false, "md5_digest": "91885fc31c0b29b4c8d74bb8b3c55875", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9717, "upload_time": "2018-10-26T11:08:07", "upload_time_iso_8601": "2018-10-26T11:08:07.745644Z", "url": "https://files.pythonhosted.org/packages/92/95/f47b216b866f03d9307b29a88fb8b43cffbaec8bbcb08621058c2687fe05/pytest-testrail-2.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "af1bd3b1e9f922593646cb5bff0a02aa", "sha256": "816e2e232728d3dfd651c230c7036a2ba5afb7532f91544ee14999a5ae61cfd0" }, "downloads": -1, "filename": "pytest-testrail-2.3.0.tar.gz", "has_sig": false, "md5_digest": "af1bd3b1e9f922593646cb5bff0a02aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9765, "upload_time": "2018-10-26T13:27:23", "upload_time_iso_8601": "2018-10-26T13:27:23.800568Z", "url": "https://files.pythonhosted.org/packages/ce/cd/fd46ce44f739bdf8cff9bedf805f2fd4f9a86062c7e4328f82648c55202d/pytest-testrail-2.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "694aa1a4023b27e79c3a8e01cbb15169", "sha256": "a9495252735dffcf4f9974c3ddf3499e7c0a98905ebd9bf228ed42d5bfb37d54" }, "downloads": -1, "filename": "pytest-testrail-2.3.1.tar.gz", "has_sig": false, "md5_digest": "694aa1a4023b27e79c3a8e01cbb15169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9781, "upload_time": "2018-10-31T11:25:54", "upload_time_iso_8601": "2018-10-31T11:25:54.162722Z", "url": "https://files.pythonhosted.org/packages/3e/e9/e06293a4be98994836d4bc0e06d8d5bad4a069137ea3a70eab14404dc766/pytest-testrail-2.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "e7d9f89c705efc362db05a564ae27c41", "sha256": "3b4e82532d0b832aa15123998ca4cc7cc6072032668c6057404bf6d4186964f9" }, "downloads": -1, "filename": "pytest-testrail-2.3.2.tar.gz", "has_sig": false, "md5_digest": "e7d9f89c705efc362db05a564ae27c41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9791, "upload_time": "2018-12-05T09:45:24", "upload_time_iso_8601": "2018-12-05T09:45:24.817401Z", "url": "https://files.pythonhosted.org/packages/1f/6f/7a876390f83dae51d0bf314798aaf2dc252a9035c3a09aaaf2475b15a626/pytest-testrail-2.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.3": [ { "comment_text": "", "digests": { "md5": "4679b0a2b1c43aa014b5396c2dbb17a3", "sha256": "d1981ff94fb28b485fa51c28042ea728bab5362b4f08de86aa849d398aede6fc" }, "downloads": -1, "filename": "pytest-testrail-2.3.3.tar.gz", "has_sig": false, "md5_digest": "4679b0a2b1c43aa014b5396c2dbb17a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9787, "upload_time": "2019-02-11T09:10:44", "upload_time_iso_8601": "2019-02-11T09:10:44.236457Z", "url": "https://files.pythonhosted.org/packages/29/17/6e66fa8b021e7e93047aec9e7bd52cbdfa2dce4762e03ae62abbede2ec1b/pytest-testrail-2.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "bc9b63d30f454cecc31cbf5178141ce3", "sha256": "117c7b721fc12042962b47480bfbf1dfccd2e5a49dc145f11918d8ffb28477b0" }, "downloads": -1, "filename": "pytest-testrail-2.5.0.tar.gz", "has_sig": false, "md5_digest": "bc9b63d30f454cecc31cbf5178141ce3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9144, "upload_time": "2019-10-01T18:57:55", "upload_time_iso_8601": "2019-10-01T18:57:55.465679Z", "url": "https://files.pythonhosted.org/packages/5b/42/a3afd0dd3fa79c65806dcf23229b64d15384f9005b308a7c9f34049da3fc/pytest-testrail-2.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.5.1": [ { "comment_text": "", "digests": { "md5": "a10445f85602aa543528fc5a0a1f9b78", "sha256": "778805b767dfe6e9f441d68309bbbe65b556d253a683d171a72607f2506193c5" }, "downloads": -1, "filename": "pytest-testrail-2.5.1.tar.gz", "has_sig": false, "md5_digest": "a10445f85602aa543528fc5a0a1f9b78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9144, "upload_time": "2019-10-01T19:25:46", "upload_time_iso_8601": "2019-10-01T19:25:46.229075Z", "url": "https://files.pythonhosted.org/packages/a1/59/2543855bf7879195456e532aa965bbefd2bba2f5fa303c07a8abd34de328/pytest-testrail-2.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.5.2": [ { "comment_text": "", "digests": { "md5": "702e6d3c4ad0538b76b5419328db9155", "sha256": "515ecc38530044f9dd116e291e5119680430f077f4bcc52f455af3f15ec5b367" }, "downloads": -1, "filename": "pytest-testrail-2.5.2.tar.gz", "has_sig": false, "md5_digest": "702e6d3c4ad0538b76b5419328db9155", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9315, "upload_time": "2019-10-16T18:36:30", "upload_time_iso_8601": "2019-10-16T18:36:30.130779Z", "url": "https://files.pythonhosted.org/packages/19/50/e2ed7e296351b8abb83e02baa257149d1f3a6ad3b6c3f925add25b100450/pytest-testrail-2.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.5.3": [ { "comment_text": "", "digests": { "md5": "0a7cfac26c5c2cad6e9c6f3f0c29c660", "sha256": "33bb5d8a47181a12c351c3a33a9c612fd44a0bcb54e5d482a076a583e6f15a55" }, "downloads": -1, "filename": "pytest-testrail-2.5.3.tar.gz", "has_sig": false, "md5_digest": "0a7cfac26c5c2cad6e9c6f3f0c29c660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9245, "upload_time": "2019-10-17T17:05:30", "upload_time_iso_8601": "2019-10-17T17:05:30.750793Z", "url": "https://files.pythonhosted.org/packages/1f/2f/8e3e44d11181b5c3289f069bc399691fbc44fc53b8f48c383bdc530ac8f3/pytest-testrail-2.5.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.6.0": [ { "comment_text": "", "digests": { "md5": "da874b149ee5d0ce21acfd4a4e082a09", "sha256": "7928f9b83a6f4d1eb1f212b8dc1769fb1e3740bd85cdfd35d418f8f4b3f66092" }, "downloads": -1, "filename": "pytest-testrail-2.6.0.tar.gz", "has_sig": false, "md5_digest": "da874b149ee5d0ce21acfd4a4e082a09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9247, "upload_time": "2019-10-17T17:04:22", "upload_time_iso_8601": "2019-10-17T17:04:22.606853Z", "url": "https://files.pythonhosted.org/packages/4e/35/8c9658d5d40664d48867c2bd12ecde29f2a64b71f7e45ca25354b5738e37/pytest-testrail-2.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.7.0": [ { "comment_text": "", "digests": { "md5": "42cd68f46d7e2301cfd8011063ba0cbf", "sha256": "4c0880551095f569fb6f1e831696ff9fa097b2b04cb8680e6b823d6742d800e0" }, "downloads": -1, "filename": "pytest-testrail-2.7.0.tar.gz", "has_sig": false, "md5_digest": "42cd68f46d7e2301cfd8011063ba0cbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9537, "upload_time": "2019-10-17T17:21:04", "upload_time_iso_8601": "2019-10-17T17:21:04.134780Z", "url": "https://files.pythonhosted.org/packages/7f/73/c6233c0e3a7fd6d52858522c93c7c4fea1fb51d1813776ea7e6c67b143a4/pytest-testrail-2.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.7.1": [ { "comment_text": "", "digests": { "md5": "6349026c3fe2c7f09c0fdfc472a35122", "sha256": "a281cb316a04533ab5772a73043b227f4763c24fc7c98804a09811a3d71c3ed8" }, "downloads": -1, "filename": "pytest-testrail-2.7.1.tar.gz", "has_sig": false, "md5_digest": "6349026c3fe2c7f09c0fdfc472a35122", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9536, "upload_time": "2019-10-19T20:51:05", "upload_time_iso_8601": "2019-10-19T20:51:05.456533Z", "url": "https://files.pythonhosted.org/packages/e0/7a/afdf531a484ca8f2705e126700a48fe19695ead1fd3c1f85e1f6a4ccd060/pytest-testrail-2.7.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.8.0": [ { "comment_text": "", "digests": { "md5": "56c248ad14692b030689a4c984805724", "sha256": "2713f412adb1ece3930d929c593f0e19757195260fb2313a6f14a2a67c328566" }, "downloads": -1, "filename": "pytest-testrail-2.8.0.tar.gz", "has_sig": false, "md5_digest": "56c248ad14692b030689a4c984805724", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9662, "upload_time": "2019-10-21T16:52:13", "upload_time_iso_8601": "2019-10-21T16:52:13.106778Z", "url": "https://files.pythonhosted.org/packages/3e/55/336016bf38258b16a20c393fea3933f5a3fcdc779a5b0f5c146492fc06b9/pytest-testrail-2.8.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.8.1": [ { "comment_text": "", "digests": { "md5": "bda07eeca577040234705aab568ab6e1", "sha256": "c603c983a86598c73ed88eea2acc97b910b0b56733beecf2d91eb41ebff37872" }, "downloads": -1, "filename": "pytest-testrail-2.8.1.tar.gz", "has_sig": false, "md5_digest": "bda07eeca577040234705aab568ab6e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9659, "upload_time": "2019-10-22T09:26:30", "upload_time_iso_8601": "2019-10-22T09:26:30.250589Z", "url": "https://files.pythonhosted.org/packages/70/49/c37d70f4ca83e17b3d12f777e63939375fdd3b1b80c376a9f7311604a6b8/pytest-testrail-2.8.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.8.2": [ { "comment_text": "", "digests": { "md5": "5a85098e6cc7454243aa89d9bd8cfb9b", "sha256": "65f7405412c1781e1ce78981b7313663a5ec29d6c8229a33c00d64cb06cf9dcb" }, "downloads": -1, "filename": "pytest-testrail-2.8.2.tar.gz", "has_sig": false, "md5_digest": "5a85098e6cc7454243aa89d9bd8cfb9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9685, "upload_time": "2019-10-22T16:06:29", "upload_time_iso_8601": "2019-10-22T16:06:29.113212Z", "url": "https://files.pythonhosted.org/packages/a1/14/18c94cb6d8b050d074ebba5aca67aabb4dde4d352e4888241ac4cf892708/pytest-testrail-2.8.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.8.3": [ { "comment_text": "", "digests": { "md5": "b3a3dbe9efbdc4921ded7fec8d96e18a", "sha256": "6ab3846a3c80c5eb7760b974408709bb4f05f2d6364be600d668e944752aa6be" }, "downloads": -1, "filename": "pytest_testrail-2.8.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b3a3dbe9efbdc4921ded7fec8d96e18a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12066, "upload_time": "2019-11-01T16:27:23", "upload_time_iso_8601": "2019-11-01T16:27:23.020819Z", "url": "https://files.pythonhosted.org/packages/5a/48/55550aae792976896470fa418e73b7cc8c750a32e08ed454eb34f4cb4069/pytest_testrail-2.8.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b55b68e21a266af3cf6019ebedd6a08", "sha256": "d6989dc259940147b2dc2c48110bfed79e2eca7f6563c366f88c98d279ae401c" }, "downloads": -1, "filename": "pytest-testrail-2.8.3.tar.gz", "has_sig": false, "md5_digest": "8b55b68e21a266af3cf6019ebedd6a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10965, "upload_time": "2019-11-01T16:27:24", "upload_time_iso_8601": "2019-11-01T16:27:24.266126Z", "url": "https://files.pythonhosted.org/packages/6b/93/695d9f4fdac2fbb323ccc0108fc3fbdce2c3f7608df6297ce3edff797a05/pytest-testrail-2.8.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.9.0": [ { "comment_text": "", "digests": { "md5": "9f3a95befa29b128f7e57f54e3998535", "sha256": "adb09cee6739697b4e60d471aabecc11e827748cd3f0dae0cbf325ee36ba0104" }, "downloads": -1, "filename": "pytest_testrail-2.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9f3a95befa29b128f7e57f54e3998535", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12188, "upload_time": "2020-08-27T10:50:00", "upload_time_iso_8601": "2020-08-27T10:50:00.303054Z", "url": "https://files.pythonhosted.org/packages/a2/ec/745de2502865c64ec1151ccdd5d1d2ec05d9e6b02a6c7bdea7c27115160c/pytest_testrail-2.9.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f4ec523c3c3afc4d01857fdb52d3435", "sha256": "258f7793a9bf502deb48724981dba9cb39ecc1639f4d26fc8bab5799a58cfe33" }, "downloads": -1, "filename": "pytest-testrail-2.9.0.tar.gz", "has_sig": false, "md5_digest": "8f4ec523c3c3afc4d01857fdb52d3435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11078, "upload_time": "2020-08-27T10:50:01", "upload_time_iso_8601": "2020-08-27T10:50:01.724814Z", "url": "https://files.pythonhosted.org/packages/71/49/71c6bdd8ad3e2fa5443d455c4c1e236d29c439bb97c4833ecd223299e094/pytest-testrail-2.9.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f3a95befa29b128f7e57f54e3998535", "sha256": "adb09cee6739697b4e60d471aabecc11e827748cd3f0dae0cbf325ee36ba0104" }, "downloads": -1, "filename": "pytest_testrail-2.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9f3a95befa29b128f7e57f54e3998535", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12188, "upload_time": "2020-08-27T10:50:00", "upload_time_iso_8601": "2020-08-27T10:50:00.303054Z", "url": "https://files.pythonhosted.org/packages/a2/ec/745de2502865c64ec1151ccdd5d1d2ec05d9e6b02a6c7bdea7c27115160c/pytest_testrail-2.9.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f4ec523c3c3afc4d01857fdb52d3435", "sha256": "258f7793a9bf502deb48724981dba9cb39ecc1639f4d26fc8bab5799a58cfe33" }, "downloads": -1, "filename": "pytest-testrail-2.9.0.tar.gz", "has_sig": false, "md5_digest": "8f4ec523c3c3afc4d01857fdb52d3435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11078, "upload_time": "2020-08-27T10:50:01", "upload_time_iso_8601": "2020-08-27T10:50:01.724814Z", "url": "https://files.pythonhosted.org/packages/71/49/71c6bdd8ad3e2fa5443d455c4c1e236d29c439bb97c4833ecd223299e094/pytest-testrail-2.9.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }