{ "info": { "author": "adam goucher", "author_email": "adam@element34.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "Pytest-Marks\n============\n\nThe ability to set 'marks' on py.test test methods is pretty cool.\n\n @pytest.mark.red\n def some_test_method(self):\n # some check-y stuff\n\nBut if you have a half dozen marks that you want to put on a method, it gets kinda yucky.\n\n @pytest.mark.red\n @pytest.mark.green\n @pytest.mark.blue\n @pytest.mark.black\n @pytest.mark.orange\n @pytest.mark.pink\n def some_test_method(self):\n # some check-y stuff\n\nWhat would be nice is if you could apply them all in a single decorator.\n\n @pytest.marks('red', 'green', 'blue', 'black', 'orange', 'pink')\n def some_test_method(self):\n # some check-y stuff\n\nWell, now you can.\n\nTo install, either\n* pip install pytest-marks\n* python setup.py install", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adamgoucher/pytest-marks", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pytest-marks", "package_url": "https://pypi.org/project/pytest-marks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-marks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/adamgoucher/pytest-marks" }, "release_url": "https://pypi.org/project/pytest-marks/0.4/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.4" }, "last_serial": 797821, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "484ace34898ff120ad59b7e0d406ce6b", "sha256": "571a327d6b37655c8f977d5cc3afa52ec1216b62c217086c96b67f9539d88577" }, "downloads": -1, "filename": "pytest_marks-0.1-py2.7.egg", "has_sig": false, "md5_digest": "484ace34898ff120ad59b7e0d406ce6b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3205, "upload_time": "2011-06-22T04:24:11", "url": "https://files.pythonhosted.org/packages/51/2a/93c58b0bc6a60eff9b56fae4b97020575bdd0f7d68033f981ae6104be730/pytest_marks-0.1-py2.7.egg" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "74563c232ebdcbd101b2c67e5fd8692e", "sha256": "fcd937d7227fcaf38637ffe7a174bbb821010aefb0c5eb9185f3ce74080cd4f9" }, "downloads": -1, "filename": "pytest_marks-0.2-py2.7.egg", "has_sig": false, "md5_digest": "74563c232ebdcbd101b2c67e5fd8692e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3252, "upload_time": "2011-07-04T21:29:50", "url": "https://files.pythonhosted.org/packages/c1/31/ea1d9102dc6c7d426901282fb74dfa358f063a47c332af3c285b31318dfe/pytest_marks-0.2-py2.7.egg" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d315847cdeba51b936afddddcb9db562", "sha256": "ca01768cac42b86cc281266cac41422b9510a9463415269e90e32cf3cccabd70" }, "downloads": -1, "filename": "pytest_marks-0.3-py2.7.egg", "has_sig": false, "md5_digest": "d315847cdeba51b936afddddcb9db562", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3247, "upload_time": "2012-02-09T19:39:59", "url": "https://files.pythonhosted.org/packages/38/c3/8f3eda08b270e22ef030f01c2e7587890e283f36f43dfc5d3436168d3a13/pytest_marks-0.3-py2.7.egg" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "edaf600ddae40685df4a6fe05601e540", "sha256": "2d9970568e164cf8de6cc9b9f243f24750715cec0ec67109020aac6ef22834b6" }, "downloads": -1, "filename": "pytest-marks-0.4.tar.gz", "has_sig": false, "md5_digest": "edaf600ddae40685df4a6fe05601e540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1978, "upload_time": "2012-11-23T19:14:27", "url": "https://files.pythonhosted.org/packages/72/b6/9c9dce170c70998a89a95d7ab9706ba7da9b82d0ca5736843d2f60c6b977/pytest-marks-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "edaf600ddae40685df4a6fe05601e540", "sha256": "2d9970568e164cf8de6cc9b9f243f24750715cec0ec67109020aac6ef22834b6" }, "downloads": -1, "filename": "pytest-marks-0.4.tar.gz", "has_sig": false, "md5_digest": "edaf600ddae40685df4a6fe05601e540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1978, "upload_time": "2012-11-23T19:14:27", "url": "https://files.pythonhosted.org/packages/72/b6/9c9dce170c70998a89a95d7ab9706ba7da9b82d0ca5736843d2f60c6b977/pytest-marks-0.4.tar.gz" } ] }