{ "info": { "author": "Floris Bruynooghe", "author_email": "flub@devork.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Plugins", "Framework :: Pytest", "Intended Audience :: Developers", "License :: DFSG approved", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Testing" ], "description": "==============\npytest-parawtf\n==============\n\nEver wondered how pytest_ decides to spell parametrise? Was it\nparameterize? Parametrise? Parametrize?\n\nConfused yet? Stop worrying, install this plugin and all variants are\nvalid::\n\n @pytest.mark.parametrize('a', [0, 1])\n @pytest.mark.parameterize('b', [2, 3])\n @pytest.mark.parametrise('c', [4, 5])\n @pytest.mark.parametrise('d', [6, 7])\n def test_wtf(a, b, c, d):\n assert a in [0, 1]\n assert b in [2, 3]\n assert c in [4, 5]\n assert d in [6, 7]\n\nBut if you've ever parametrised a fixture, you may wonder why it's yet\nanother spelling over there: ``@pytest.fixture(params=[0, 1])``. Fear\nnot, you can now be consistent::\n\n @pytest.mark.params('a', [0, 1])\n def test_simple(a):\n assert a in [0, 1]\n\nWhat about when you implement the ``pytest_generate_tests`` hook in\nyour ``conftest.py`` file? We got you covered, ``metafunc.params()``\nand the other (in)sane variations are now valid too.\n\n\nMonkey see, monkey do\n=====================\n\nThis plugin monkeypatches the core pytest in ways which should never\nbe done. In other words it voids all your warranties. Use at your\nown risk.\n\n.. _pytest: https://pytest.org\n\n=========\nChangelog\n=========\n\n\n1.0.2\n=====\n\n- Actually stop using setup.py.\n- Move to src/ layout, even for a single-module package.\n- Include the tests in the sdist.\n\n\n1.0.1\n=====\n\n- Fix REAME formatting and typos.\n- Include the LICENSE file in the .tar.gz and .whl.\n- Add pyproject.toml and move more things to setup.cfg.\n\n\n1.0.0\n=====\n\nInitial release.\n\nThe MIT License\n\nCopyright (C) 2017-2018 Floris Bruynooghe\n\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/flub/pytest-parawtf", "keywords": "pytest parametrise parametrize parameterise parameterize params", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pytest-parawtf", "package_url": "https://pypi.org/project/pytest-parawtf/", "platform": "unix", "project_url": "https://pypi.org/project/pytest-parawtf/", "project_urls": { "Homepage": "https://bitbucket.org/flub/pytest-parawtf" }, "release_url": "https://pypi.org/project/pytest-parawtf/1.0.2/", "requires_dist": [ "pytest (>=3.6.0)" ], "requires_python": "", "summary": "Finally spell paramete?ri[sz]e correctly", "version": "1.0.2" }, "last_serial": 4557353, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2d1d2cb262cc998003af540651215f81", "sha256": "a0be97738283395f5bb619f6e6d85ff73762fd10ad159f0afc70c19f14b79d9e" }, "downloads": -1, "filename": "pytest_parawtf-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d1d2cb262cc998003af540651215f81", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2598, "upload_time": "2018-12-02T14:22:53", "url": "https://files.pythonhosted.org/packages/b6/a4/296e9e849837b2ae3c60ffdaa2ac3aaff14e1a71a4f361614e6b2a19d7e4/pytest_parawtf-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c13aef148566528ef5627decc5bb189b", "sha256": "529158079940463bc40a881d0f740f4090f54a7f6bf4db5e53151fc0cba30544" }, "downloads": -1, "filename": "pytest-parawtf-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c13aef148566528ef5627decc5bb189b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2172, "upload_time": "2018-12-02T14:22:55", "url": "https://files.pythonhosted.org/packages/8e/db/881159b0bc4aec65301a2f0a579d9afb3032b28c4846231f1ad10910c505/pytest-parawtf-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "0f42296e7d7e37b4482fb061f238b07d", "sha256": "ed11ef51327d3fb7379fddd794666913e6fc3023d9f48a17c693a20d2e6f7792" }, "downloads": -1, "filename": "pytest_parawtf-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0f42296e7d7e37b4482fb061f238b07d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3487, "upload_time": "2018-12-02T20:52:32", "url": "https://files.pythonhosted.org/packages/b4/2f/d1c40cafdc681fa749996289650ffcb3fd877b50df066924d8def2f89f13/pytest_parawtf-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c04eaa5b8fa24c5007605ec77e44965", "sha256": "399081417902e7f6bcb564668c46528c8a5957b7acee0116e8ff2ac49b0728e6" }, "downloads": -1, "filename": "pytest-parawtf-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8c04eaa5b8fa24c5007605ec77e44965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3217, "upload_time": "2018-12-02T20:52:33", "url": "https://files.pythonhosted.org/packages/52/da/c2f5625f05edf5d3349fc7b260fdcecf81d1b25b550aee18b32dee654f5f/pytest-parawtf-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "8963d56a392cee3b81509ad8b496bb76", "sha256": "0d7651e7c544051868aafe32ad13071bc921b158207953f58ff32d7f306b67e6" }, "downloads": -1, "filename": "pytest_parawtf-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8963d56a392cee3b81509ad8b496bb76", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4296, "upload_time": "2018-12-03T21:37:34", "url": "https://files.pythonhosted.org/packages/29/01/bb1f51e4e46bbe3ce00b6397a33ca72bd1a281cd91979d42083f91e38cb8/pytest_parawtf-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66e580e39d31ccf999e36e5c3187e552", "sha256": "43809aad1284b1a9ecf4095e20a9535413a676f3df2bcb406a7953543c344823" }, "downloads": -1, "filename": "pytest-parawtf-1.0.2.tar.gz", "has_sig": false, "md5_digest": "66e580e39d31ccf999e36e5c3187e552", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3579, "upload_time": "2018-12-03T21:37:35", "url": "https://files.pythonhosted.org/packages/47/b1/f46ed09ffdfed4a522bf1feeda21759e377816ecd345bc5778a11322270c/pytest-parawtf-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8963d56a392cee3b81509ad8b496bb76", "sha256": "0d7651e7c544051868aafe32ad13071bc921b158207953f58ff32d7f306b67e6" }, "downloads": -1, "filename": "pytest_parawtf-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8963d56a392cee3b81509ad8b496bb76", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4296, "upload_time": "2018-12-03T21:37:34", "url": "https://files.pythonhosted.org/packages/29/01/bb1f51e4e46bbe3ce00b6397a33ca72bd1a281cd91979d42083f91e38cb8/pytest_parawtf-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66e580e39d31ccf999e36e5c3187e552", "sha256": "43809aad1284b1a9ecf4095e20a9535413a676f3df2bcb406a7953543c344823" }, "downloads": -1, "filename": "pytest-parawtf-1.0.2.tar.gz", "has_sig": false, "md5_digest": "66e580e39d31ccf999e36e5c3187e552", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3579, "upload_time": "2018-12-03T21:37:35", "url": "https://files.pythonhosted.org/packages/47/b1/f46ed09ffdfed4a522bf1feeda21759e377816ecd345bc5778a11322270c/pytest-parawtf-1.0.2.tar.gz" } ] }