{ "info": { "author": "Will Kahn-Greene", "author_email": "willkg@bluesock.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "pytest-wholenodeid\n==================\n\npytest-wholenodeid will print the entire node id for test failures in the\nheader.\n\nIt turns this::\n\n =============================================== FAILURES ===============================================\n ______________________________ TriggerRuleMatchTests.test_match_locale _________________________________\n Traceback (most recent call last):\n File \"/home/willkg/mozilla/fjord/fjord/suggest/providers/trigger/tests/test_models.py\", line 24, in test_match_locale\n for tr_locales, feedback_locale, expected in tests:\n NameError: global name 'tests' is not defined\n\ninto this::\n\n =============================================== FAILURES ===============================================\n ____ fjord/suggest/providers/trigger/tests/test_models.py::TriggerRuleMatchTests::test_match_locale ____\n Traceback (most recent call last):\n File \"/home/willkg/mozilla/fjord/fjord/suggest/providers/trigger/tests/test_models.py\", line 24, in test_match_locale\n for tr_locales, feedback_locale, expected in tests:\n NameError: global name 'tests' is not defined\n\nWhy?\n\nBecause then you can copy and paste the node id in the header to more easily\nrun that specific test.\n\n\nQuick start\n===========\n\nInstall::\n\n $ pip install pytest-wholenodeid\n\nIt works by default. If you don't want wholenodeid, then you can pass\n``--nowholenodeid`` as an argument to disable it.\n\n\nProject details\n===============\n\n:Code: https://github.com/willkg/pytest-wholenodeid\n:Documentation: You're reading it\n:Issue tracker: https://github.com/willkg/pytest-wholenodeid/issues\n:License: Simplified BSD License; see LICENSE file", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/willkg/pytest-wholenodeid", "keywords": "py.test pytest", "license": "Simplified BSD License", "maintainer": null, "maintainer_email": null, "name": "pytest-wholenodeid", "package_url": "https://pypi.org/project/pytest-wholenodeid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-wholenodeid/", "project_urls": { "Homepage": "https://github.com/willkg/pytest-wholenodeid" }, "release_url": "https://pypi.org/project/pytest-wholenodeid/0.2/", "requires_dist": [ "pytest (>=2.0)" ], "requires_python": null, "summary": "pytest addon for displaying the whole node id for failures", "version": "0.2" }, "last_serial": 1695319, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4628d3f198009855cfcc3f290443c1b2", "sha256": "6777e0c562beb450dbef0f4912597720941a860dae97f9fa8049a70ddfdead8e" }, "downloads": -1, "filename": "pytest_wholenodeid-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "4628d3f198009855cfcc3f290443c1b2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4577, "upload_time": "2015-08-26T20:37:42", "url": "https://files.pythonhosted.org/packages/69/be/334479a6457f5289a8c488de5cb17a649fe0a0306c944a91b10fdad0b54c/pytest_wholenodeid-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "562cb0057998ca66bd7b6f6d3a6ca8dc", "sha256": "232ed9cfaa3ec466b51a0398a5371002e2f8c4051d5fc6a7cdc0f23fe00d5797" }, "downloads": -1, "filename": "pytest-wholenodeid-0.1.tar.gz", "has_sig": false, "md5_digest": "562cb0057998ca66bd7b6f6d3a6ca8dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2485, "upload_time": "2015-08-26T20:37:46", "url": "https://files.pythonhosted.org/packages/8d/f1/b9f7631152c87b117fcaea7112c7a7006ddf5c8ee461bfd18373d8afa36e/pytest-wholenodeid-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1fa0d985e43d3fd7c15f711a9e41569f", "sha256": "bdcb4df88ca182a19752ef95150c0881deaafc2c593ef67c61515894e5309206" }, "downloads": -1, "filename": "pytest_wholenodeid-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1fa0d985e43d3fd7c15f711a9e41569f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4674, "upload_time": "2015-08-26T20:41:18", "url": "https://files.pythonhosted.org/packages/98/96/21d265dda8dbedace802eecd11e97080f93ac3c4a194de1617ee245ea9fb/pytest_wholenodeid-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "748cdf5ee2a092dffec98c80e492d898", "sha256": "6bc4edaf560c8b45ac4669bb8b99d8fbbb7f6e5af8dc7727200cd4d3ef4668c2" }, "downloads": -1, "filename": "pytest-wholenodeid-0.2.tar.gz", "has_sig": false, "md5_digest": "748cdf5ee2a092dffec98c80e492d898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2670, "upload_time": "2015-08-26T20:41:22", "url": "https://files.pythonhosted.org/packages/62/bb/2d0f54386bf00089375d0bbd9f21de9b92c677625c53fbaa450f82f6ffe7/pytest-wholenodeid-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1fa0d985e43d3fd7c15f711a9e41569f", "sha256": "bdcb4df88ca182a19752ef95150c0881deaafc2c593ef67c61515894e5309206" }, "downloads": -1, "filename": "pytest_wholenodeid-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1fa0d985e43d3fd7c15f711a9e41569f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4674, "upload_time": "2015-08-26T20:41:18", "url": "https://files.pythonhosted.org/packages/98/96/21d265dda8dbedace802eecd11e97080f93ac3c4a194de1617ee245ea9fb/pytest_wholenodeid-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "748cdf5ee2a092dffec98c80e492d898", "sha256": "6bc4edaf560c8b45ac4669bb8b99d8fbbb7f6e5af8dc7727200cd4d3ef4668c2" }, "downloads": -1, "filename": "pytest-wholenodeid-0.2.tar.gz", "has_sig": false, "md5_digest": "748cdf5ee2a092dffec98c80e492d898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2670, "upload_time": "2015-08-26T20:41:22", "url": "https://files.pythonhosted.org/packages/62/bb/2d0f54386bf00089375d0bbd9f21de9b92c677625c53fbaa450f82f6ffe7/pytest-wholenodeid-0.2.tar.gz" } ] }