{ "info": { "author": "Thijs Schenkelaars", "author_email": "thijs@schenkelaars.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Testing" ], "description": "=======================\nnosetests-json-extended\n=======================\n\nCreates json logging output for python nosetests unittest framework.\n\nThe generated output can be used by the atom-nosetests_ plugin, which adds\npython unit testing capability to the Atom_ editor.\n\n * This plugin is tested with python 2.7.8 and python 3.4.2.\n * This plugin is tested with virtualenv_.\n\n.. _atom-nosetests: https://github.com/thschenk/atom-nosetests\n.. _Atom: https://atom.io\n.. _virtualenv: https://virtualenv.pypa.io/en/latest/\n\nInstall\n-------\n\nFirst install the package:\n\n::\n\n pip install nosetests-json-extended\n\n\nIt is also possible to install the development version:\n\n::\n\n git clone git@github.com:thschenk/nosetests-json-extended.git\n pip install nosetests-json-extended\n\n\nUsage\n-----\n\nNormal usage:\n\n::\n\n nosetests --with-json-extended\n\nThis will automatically generate a file ``nosetests.json`` in the current working\ndirectory.\n\n\nFor python3, replace ``nosetests`` with ``nosetests3``, or use the following form:\n\n::\n\n python3 -m nose --with-json-extended", "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/thschenk/nosetests-json-extended", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nosetests-json-extended", "package_url": "https://pypi.org/project/nosetests-json-extended/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nosetests-json-extended/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/thschenk/nosetests-json-extended" }, "release_url": "https://pypi.org/project/nosetests-json-extended/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Create json logging output for pythonnosetests unittest framework", "version": "0.1.0" }, "last_serial": 1591784, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1b4c2bba164c056e3137f16087f1d566", "sha256": "a0d45191bab2316f2ecc656153b8c66a6b562c1056d036ab0a6557a75f2bd8dc" }, "downloads": -1, "filename": "nosetests-json-extended-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1b4c2bba164c056e3137f16087f1d566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3852, "upload_time": "2015-06-14T14:52:40", "url": "https://files.pythonhosted.org/packages/20/29/fb43950f7974772873472b47b8b09e046199f4c605990baa076bb3958100/nosetests-json-extended-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b4c2bba164c056e3137f16087f1d566", "sha256": "a0d45191bab2316f2ecc656153b8c66a6b562c1056d036ab0a6557a75f2bd8dc" }, "downloads": -1, "filename": "nosetests-json-extended-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1b4c2bba164c056e3137f16087f1d566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3852, "upload_time": "2015-06-14T14:52:40", "url": "https://files.pythonhosted.org/packages/20/29/fb43950f7974772873472b47b8b09e046199f4c605990baa076bb3958100/nosetests-json-extended-0.1.0.tar.gz" } ] }