{ "info": { "author": "Alyssa Barela", "author_email": "alyssa.barela17@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Testing" ], "description": "Pytest-nocustom\n============\nAllows you to run all tests marked without custom markers\n\nRequirements\n============\nA recent version of pytest is required (>= 2.3.4).\n\n\n\nRunning all test without custom markers\n------------------------------------\n\nIn the pytest.ini file, each marker's description should start with 'custom'\n[pytest]\nmarkers =\n leak: custom - leak tests\n manual: custom - tests that should be run manually\n inprogress: custom - tests that are yet to be finished\n long_running: custom - long running or heavy hitters\n\nThen just run py.test with the ``--nocustom`` option to enable.\n\nThis will allow you to skip tests that you've marked, but not tests that use\nmarkers that pytest has provided (such as django_db or tryfirst, trylast, etc.)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/alyssabarela/pytest-nocustom", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pytest-nocustom", "package_url": "https://pypi.org/project/pytest-nocustom/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-nocustom/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/alyssabarela/pytest-nocustom" }, "release_url": "https://pypi.org/project/pytest-nocustom/1.0/", "requires_dist": null, "requires_python": null, "summary": "Run all tests without custom markers", "version": "1.0" }, "last_serial": 1622809, "releases": { "1.0": [] }, "urls": [] }