{ "info": { "author": "Joakim Karlsson", "author_email": "joakim@jkarlsson.com", "bugtrack_url": null, "classifiers": [], "description": "=================\nnose-terse-output\n=================\n\nReally terse output from your nose tests. Just the bare essentials.\n\nNose-terse-output is inspired by nose-machineout_. It's a reporter plugin to nose that doesn't produce any output if a nose test run is successful, and only produce one line per error in a format that is easily parseable by editors, like VIM.\n\nNose's error messages are really hard for tools, like text editors, to parse in order to navigate to the location of the error. nose-terse-output takes that output and parses it to produce one line of information per failed test. That line has the format:\n\n.. code:: bash\n\n :: \n\nThat's a whole lot easier for a text editor to parse.\n\nnose-terse-output accomplishes this by starting at the bottom of the call stack for the error, and walk upwards until it finds the first location that looks interesting.\n\nBy default, the first stack frame that comes from the same basepath as the current directory and that doesn't match 'python' or 'venv' will be selected as the location of the failing test.\n\nYou can change the patterns of paths to ignore when walking the stack with the `--terse-ignore` argument. You can use `--terse-ignore` several times. You can also tell nose-terse-output that it's ok to consider non local directories by using the `--terse-outside-local` argument.\n\nDefault output from a failing test run:\n\n.. code:: bash\n\n $ nosetests --with-terseout\n path/to/test.py:123: test name: 'foo' != 'bar'\n\nTo get a compact print out of the stack as well:\n\n.. code:: bash\n\n $ nosetests --with-terseout --terse-stack\n\n\nTo supply your own directories you'd like to ignore:\n\n.. code:: bash\n\n $ nosetests --with-terseout --terse-ignore=\"venv\" --terse-ignore=\"helpers\"\n\n\nTo consider non-local directories:\n\n.. code:: bash\n\n $ nosetests --with-terseout --terse-outside-local\n\nInstall with:\n\n.. code:: bash\n\n $ pip install nose-terse-output\n\n\n.. _nose-machineout: https://pypi.python.org/pypi/nose_machineout", "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/joakimkarlsson/nose-terse-output", "keywords": "unit testing,nose", "license": null, "maintainer": null, "maintainer_email": null, "name": "nose-terse-output", "package_url": "https://pypi.org/project/nose-terse-output/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nose-terse-output/", "project_urls": { "Homepage": "https://github.com/joakimkarlsson/nose-terse-output" }, "release_url": "https://pypi.org/project/nose-terse-output/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "Terse output from your nose tests", "version": "1.1.0" }, "last_serial": 1540741, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7c249bf4379097086b8d8e8d1b6c6b8b", "sha256": "8ff886a1d200c934f3084755c08cd27a1971ad3d4f28d73962573528da5327b9" }, "downloads": -1, "filename": "nose-terse-output-0.0.1.zip", "has_sig": false, "md5_digest": "7c249bf4379097086b8d8e8d1b6c6b8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977, "upload_time": "2015-04-29T19:22:29", "url": "https://files.pythonhosted.org/packages/5b/0f/4ade8aa91c12ff0f0f9f2db5336b0b77a955b7f1d405e22df9695cbd24f7/nose-terse-output-0.0.1.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "cd1053927a553b1a1543b98f4eb89148", "sha256": "a8753c8caaa717b2e3efe60c7d05285b22252de19edeb9755256cdef541519e6" }, "downloads": -1, "filename": "nose-terse-output-1.0.0.zip", "has_sig": false, "md5_digest": "cd1053927a553b1a1543b98f4eb89148", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6453, "upload_time": "2015-04-30T17:30:13", "url": "https://files.pythonhosted.org/packages/b0/dc/5992a04b44ebe760dd96d79fb8234bef7a09c04c275e73d86042df0524d1/nose-terse-output-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "40d676109ea732ca5f6ba393a3d32cea", "sha256": "e94a1c2c2054cf71e3cc8c8f3e8d55622991ee710315f5fdf87ebc602a372446" }, "downloads": -1, "filename": "nose-terse-output-1.0.1.zip", "has_sig": false, "md5_digest": "40d676109ea732ca5f6ba393a3d32cea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6456, "upload_time": "2015-04-30T19:55:15", "url": "https://files.pythonhosted.org/packages/9f/21/046fd7619904a50c5fe34abc6b2591f4152d2c93a0d4bc52806ac8f212e9/nose-terse-output-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e9e2c555fcf7cba7b62dfcb7a8b17552", "sha256": "e262efedcdeb953119a1eed3e6fbcb0e1d51203b1b69631722aae7e877dbd9eb" }, "downloads": -1, "filename": "nose-terse-output-1.0.2.tar.gz", "has_sig": false, "md5_digest": "e9e2c555fcf7cba7b62dfcb7a8b17552", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2958, "upload_time": "2015-05-03T09:40:13", "url": "https://files.pythonhosted.org/packages/a8/bd/b3b61ff8c6d3747299a804a33d8f812af130870e24ab94d33cc8fc575be3/nose-terse-output-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f163288952d1d197189250400f700324", "sha256": "b21b0beb2589c9efac7d408a9205fbca9c6bc4a4ee4b94fd9cd992fb2b253856" }, "downloads": -1, "filename": "nose-terse-output-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f163288952d1d197189250400f700324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3094, "upload_time": "2015-05-10T09:31:28", "url": "https://files.pythonhosted.org/packages/ef/00/f1102edf11dbe4d30f65702b98bb7e7896247a3458dd9ce286fdc728e582/nose-terse-output-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f163288952d1d197189250400f700324", "sha256": "b21b0beb2589c9efac7d408a9205fbca9c6bc4a4ee4b94fd9cd992fb2b253856" }, "downloads": -1, "filename": "nose-terse-output-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f163288952d1d197189250400f700324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3094, "upload_time": "2015-05-10T09:31:28", "url": "https://files.pythonhosted.org/packages/ef/00/f1102edf11dbe4d30f65702b98bb7e7896247a3458dd9ce286fdc728e582/nose-terse-output-1.1.0.tar.gz" } ] }