{ "info": { "author": "Mark Adams", "author_email": "mark@markadams.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Testing" ], "description": ".. image:: https://secure.travis-ci.org/mark-adams/pytest-test-groups.png?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/mark-adams/pytest-test-groups\n\nWelcome to pytest-test-groups!\n==============================\n\npytest-test-groups allows you to split your test runs into groups of a specific\nsize to make it easier to split up your test runs.\n\n\nUsage\n---------------------\n\n::\n\n # Install pytest-test-groups\n pip install pytest-test-groups\n\n # Split the tests into 10 groups and run the second group\n py.test --test-group-count 10 --test-group=2\n \n # Randomize the test order, split into 10 groups, and run the second group\n py.test --test-group-count 10 --test-group=2 --test-group-random-seed=12345\n\n\nWhy would I use this?\n------------------------------------------------------------------\n\nSometimes you may have some long running test jobs that take a\nwhile to complete. This can be a major headache when trying to\nrun tests quickly. pytest-test-groups allows you to easily say\n\"split my tests into groups of 10 tests and run the second group\".\nThis is primarily useful in the context of CI builds.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mark-adams/pytest-test-groups", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pytest-test-groups", "package_url": "https://pypi.org/project/pytest-test-groups/", "platform": "", "project_url": "https://pypi.org/project/pytest-test-groups/", "project_urls": { "Homepage": "https://github.com/mark-adams/pytest-test-groups" }, "release_url": "https://pypi.org/project/pytest-test-groups/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups.", "version": "1.0.3" }, "last_serial": 2423127, "releases": { "0.9": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d23d6c44c366c9cb75cf1f02e089f9b6", "sha256": "b36c6205d2b255a6fabeff2254ecea80ce21af6dba8207811b217c1b00b49c21" }, "downloads": -1, "filename": "pytest-test-groups-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d23d6c44c366c9cb75cf1f02e089f9b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2312, "upload_time": "2016-01-28T20:39:11", "url": "https://files.pythonhosted.org/packages/40/dc/a7147bba1e5c7c32bc9e185090c12b1ac63826b5a50015350a2815b7f896/pytest-test-groups-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "f2c9bb00f395c248423a4707b7618186", "sha256": "2fb82df120b19365e0b24026f1395f08bc4996e70aa65a81d19ce750e83ad4f7" }, "downloads": -1, "filename": "pytest-test-groups-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f2c9bb00f395c248423a4707b7618186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2490, "upload_time": "2016-10-25T21:03:57", "url": "https://files.pythonhosted.org/packages/fc/0c/92159638b30610650e22beefac488adc6987d4493b0079c2b821a06528a1/pytest-test-groups-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "8de263d0f65a80f3bb03476787b7112b", "sha256": "a93ee8ae8605ad290965508d13efc975de64f80429465837af5f3dd5bc93fd96" }, "downloads": -1, "filename": "pytest-test-groups-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8de263d0f65a80f3bb03476787b7112b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2016-10-25T23:46:49", "url": "https://files.pythonhosted.org/packages/e6/76/9fc99adf0b7b74ad2cb6a2ddfccb7e67ce9631f3f3927a7fd9b4d59ded7b/pytest-test-groups-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8de263d0f65a80f3bb03476787b7112b", "sha256": "a93ee8ae8605ad290965508d13efc975de64f80429465837af5f3dd5bc93fd96" }, "downloads": -1, "filename": "pytest-test-groups-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8de263d0f65a80f3bb03476787b7112b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2016-10-25T23:46:49", "url": "https://files.pythonhosted.org/packages/e6/76/9fc99adf0b7b74ad2cb6a2ddfccb7e67ce9631f3f3927a7fd9b4d59ded7b/pytest-test-groups-1.0.3.tar.gz" } ] }