{ "info": { "author": "Mike Pirnat", "author_email": "mpirnat@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Software Development :: Testing" ], "description": "Nose F7U12\r\n==========\r\n\r\nImplements PEP-712 style output for the Nose testing framework so that the\r\noutput more accurately represents the developer's feelings when blocks of tests\r\nfail. After 7 failures, omit a \"U\" instead of an \"F\".\r\n\r\nSee http://www.revsys.com/blog/2011/oct/20/pep712-proposal-make-unittest2-more-accurate/\r\n\r\nWhy? Because I laughed when I first saw PEP-712, and I'd never written a Nose\r\nplugin before.\r\n\r\nThanks to:\r\n\r\n * Michael Foord (for tweeting the link in the first place)\r\n * Kumar McMillan (for having a good example to cheat off of/learn from)\r\n\r\nInstall\r\n-------\r\n\r\nFrom PyPI:\r\n\r\n pip install nose-f7u12\r\n\r\nFrom source:\r\n\r\n pip install git+git://github.com/mpirnat/nose-f7u12#egg=nose_f7u12\r\n\r\nUsage\r\n-----\r\n\r\n nosetests --with-f7u12\r\n\r\nExample\r\n-------\r\n\r\n $ nosetests --with-f7u12\r\n\r\n .......FFFFFFFFUUUUUUUUUUUUUUUU..U..U..U..U..U..U.\r\n ======================================================================\r\n FAIL: test_f7u12.TestGeneratesLotsOfFailures.test_generates_failures(7,)\r\n ----------------------------------------------------------------------\r\n Traceback (most recent call last):\r\n File\r\n \"/Users/mpirnat/Documents/code/python/nose-f7u12/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/case.py\",\r\n line 197, in runTest\r\n self.test(*self.arg)\r\n File\r\n \"/Users/mpirnat/Documents/code/python/nose-f7u12/src/examples/test_f7u12.py\",\r\n line 15, in _make_a_test\r\n assert False\r\n AssertionError\r\n\r\n ----------------------------------------------------------------------\r\n\r\n < lots more test failure output; use your imagination... >\r\n\r\n ----------------------------------------------------------------------\r\n Ran 50 tests in 0.021s\r\n\r\n FAILED (errors=30)", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/mpirnat/nose-f7u12/tarball/master#egg=nose-f7u12", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mpirnat/nose-f7u12", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nose-f7u12", "package_url": "https://pypi.org/project/nose-f7u12/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nose-f7u12/", "project_urls": { "Download": "http://github.com/mpirnat/nose-f7u12/tarball/master#egg=nose-f7u12", "Homepage": "https://github.com/mpirnat/nose-f7u12" }, "release_url": "https://pypi.org/project/nose-f7u12/0.2/", "requires_dist": null, "requires_python": null, "summary": "f7u12 output plugin for the nose testing framework", "version": "0.2" }, "last_serial": 744750, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "709a4b0e38cf6859a2652c0766b710c8", "sha256": "82f77629268aacd1389e7fca94d0770e0fcfb9381e135e2a220fe99a16f1d9ef" }, "downloads": -1, "filename": "nose-f7u12-0.2.tar.gz", "has_sig": false, "md5_digest": "709a4b0e38cf6859a2652c0766b710c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2873, "upload_time": "2011-10-24T14:43:11", "url": "https://files.pythonhosted.org/packages/94/a7/71906ad6e17081c6f3933061b26646c0cd81719fab33330ab96fc9f0f154/nose-f7u12-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "709a4b0e38cf6859a2652c0766b710c8", "sha256": "82f77629268aacd1389e7fca94d0770e0fcfb9381e135e2a220fe99a16f1d9ef" }, "downloads": -1, "filename": "nose-f7u12-0.2.tar.gz", "has_sig": false, "md5_digest": "709a4b0e38cf6859a2652c0766b710c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2873, "upload_time": "2011-10-24T14:43:11", "url": "https://files.pythonhosted.org/packages/94/a7/71906ad6e17081c6f3933061b26646c0cd81719fab33330ab96fc9f0f154/nose-f7u12-0.2.tar.gz" } ] }