{ "info": { "author": "Simon Weber", "author_email": "simon@simonmweber.com", "bugtrack_url": null, "classifiers": [], "description": "This is a simple Nose plugin that forces nosetests to print the full test name in verbose mode, rather than just the docstring.\n\nFor example, given the test file ``example.py``:\n\n.. code-block:: python\n\n class MyTestCase(TestCase):\n\n def test_without_docstring(self):\n pass\n\n def test_with_docstring(self):\n \"\"\"This is my docstring\"\"\"\n pass\n\nThis plugin changes the output of ``nosetests -v example.py`` from::\n\n This is my docstring ... ok\n test_without_docstring (mymodule.MyTestCase) ... ok\n\nTo::\n\n test_with_docstring (mymodule.MyTestCase) ... ok\n test_without_docstring (mymodule.MyTestCase) ... ok\n\n\nInstall with ``pip install nose-description-fixer-plugin``.", "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": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nose-descriptionfixer", "package_url": "https://pypi.org/project/nose-descriptionfixer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nose-descriptionfixer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/nose-descriptionfixer/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "A Nose plugin to fix the way tests are described when the verbose flag (-v) is used", "version": "0.0.4" }, "last_serial": 1004333, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "10e404ecd1ca5cc44f1420ae162b7c74", "sha256": "2ce9b36c6baae5c126c1749a2e7a67e232cb87cec71e9bffefc40d1da7e29ff2" }, "downloads": -1, "filename": "nose-descriptionfixer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "10e404ecd1ca5cc44f1420ae162b7c74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1739, "upload_time": "2014-02-18T22:23:57", "url": "https://files.pythonhosted.org/packages/c5/dd/e16074c81f2a046bb5656c30c60dd7d10c41f84a74305f9766acef2cc1f7/nose-descriptionfixer-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6c0cff7fcf90ebdd342fa6b4a9d870c8", "sha256": "4250f2d44ac7029307608d5a7c3ce03e678a68c24eff0b6044220827fb892bd1" }, "downloads": -1, "filename": "nose-descriptionfixer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6c0cff7fcf90ebdd342fa6b4a9d870c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2879, "upload_time": "2014-02-18T22:28:02", "url": "https://files.pythonhosted.org/packages/14/19/c809e301ed299ba5a1a6796b6d80c8c1313ac67d683b9bdcbdcdbdeaa384/nose-descriptionfixer-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9b5d609999649adaef0a0064319f4009", "sha256": "d9343f45c520da24df46a5f6adec9c292c2571019d6b20a5c4b5d502ef9ef9cf" }, "downloads": -1, "filename": "nose-descriptionfixer-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9b5d609999649adaef0a0064319f4009", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2906, "upload_time": "2014-02-18T22:30:52", "url": "https://files.pythonhosted.org/packages/ca/d8/6800fc4dd784d9cdde57f3ef5d54e8b71386e97cce5de2618175dc5c427d/nose-descriptionfixer-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "54e1c9e65a7dcc3849f67db8118b094b", "sha256": "4c74bd38f6fcf158b0681ea4ccb6b4f64c09867d039d5ef9a8c1856395dbac7c" }, "downloads": -1, "filename": "nose-descriptionfixer-0.0.4.tar.gz", "has_sig": false, "md5_digest": "54e1c9e65a7dcc3849f67db8118b094b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2889, "upload_time": "2014-02-18T22:46:11", "url": "https://files.pythonhosted.org/packages/64/13/203c9d0b3eff60ae42d0e3a65a9e2b08af7266c6557108d93b8b18f90f5c/nose-descriptionfixer-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "54e1c9e65a7dcc3849f67db8118b094b", "sha256": "4c74bd38f6fcf158b0681ea4ccb6b4f64c09867d039d5ef9a8c1856395dbac7c" }, "downloads": -1, "filename": "nose-descriptionfixer-0.0.4.tar.gz", "has_sig": false, "md5_digest": "54e1c9e65a7dcc3849f67db8118b094b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2889, "upload_time": "2014-02-18T22:46:11", "url": "https://files.pythonhosted.org/packages/64/13/203c9d0b3eff60ae42d0e3a65a9e2b08af7266c6557108d93b8b18f90f5c/nose-descriptionfixer-0.0.4.tar.gz" } ] }