{ "info": { "author": "Paylogic International", "author_email": "developers@paylogic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "pytest-fixture-tools: Pytest fixture tools plugin\n=================================================\n\nThe ``pytest-fixture-tools`` package is a pytest plugin which provides various tools for fixture.\n\n.. image:: https://api.travis-ci.org/paylogic/pytest-fixture-tools.png\n :target: https://travis-ci.org/paylogic/pytest-fixture-tools\n.. image:: https://pypip.in/v/pytest-fixture-tools/badge.png\n :target: https://crate.io/packages/pytest-fixture-tools/\n.. image:: https://coveralls.io/repos/paylogic/pytest-fixture-tools/badge.png?branch=master\n :target: https://coveralls.io/r/paylogic/pytest-fixture-tools\n\n\nInstallation\n------------\n\n.. sourcecode::\n\n pip install pytest-fixture-tools\n\n\nUsage\n-----\n\nIf you have already installed ``pytest-fixture-tools`` plugin then you can use one of its commands.\n\n``--show-fixture-duplicates`` - will collect all fixtures and print you a list of duplicates for each fixture.\n\nWith ``--show-fixture-duplicates`` you can use ``--fixture name_of_fixture`` option to get list of duplicates only for specific fixture\n\n.. sourcecode::\n\n py.test tests/ --show-fixture-duplicates --fixture order\n\nOutput can look like this:\n\n.. sourcecode::\n\n ========================================== test session starts ==========================================\n platform linux2 -- Python 2.7.3 -- pytest-2.5.1 -- /home/batman/.virtualenvs/arkham-city/bin/python\n Tests are shuffled using seed number 355495648184.\n cachedir: /home/batman/.virtualenvs/arkham-city/.cache\n plugins: fixture-tools, random, bdd-splinter, pep8, cov, contextfixture, bdd, xdist, instafail, cache\n collected 2347 items / 1 skipped\n\n ------------------------------------------------- order -------------------------------------------------\n tests/fixtures/order.py:30\n tests/unit/api/conftest.py:261\n\n\nContact\n-------\n\nIf you have questions, bug reports, suggestions, etc. please create an issue on\nthe `GitHub project page `_.\n\n\nLicense\n-------\n\nThis software is licensed under the `MIT license `_\n\nSee `License `_\n\n\u00a9 2013 Paylogic International.\n\nChangelog\n=========\n\n\n1.0.0\n-----\n\n* Initial public release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "pytest-fixture-tools", "package_url": "https://pypi.org/project/pytest-fixture-tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-fixture-tools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pytest-fixture-tools/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Plugin for pytest which provides tools for fixtures", "version": "1.0.0" }, "last_serial": 1238629, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7ef69f1deffbb78f78d07bfced4599f1", "sha256": "92287310e65a170d134177465ebeb822c04df7a084be4814eb323524e37a41e7" }, "downloads": -1, "filename": "pytest-fixture-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7ef69f1deffbb78f78d07bfced4599f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3850, "upload_time": "2014-07-31T12:31:25", "url": "https://files.pythonhosted.org/packages/2e/df/c4dde21a8283425750d30c7f81557bb8d00ef11ee2593370e6d615190ca9/pytest-fixture-tools-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ef69f1deffbb78f78d07bfced4599f1", "sha256": "92287310e65a170d134177465ebeb822c04df7a084be4814eb323524e37a41e7" }, "downloads": -1, "filename": "pytest-fixture-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7ef69f1deffbb78f78d07bfced4599f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3850, "upload_time": "2014-07-31T12:31:25", "url": "https://files.pythonhosted.org/packages/2e/df/c4dde21a8283425750d30c7f81557bb8d00ef11ee2593370e6d615190ca9/pytest-fixture-tools-1.0.0.tar.gz" } ] }