nosetty 0.4
A plugin to run nosetests more interactively
nosetty is a plugin for [http://somethingaboutorange.com/mrl/projects/nose/ nose], a test runner for python. It accepts various commands at the terminal, giving you some one-on-one quality time with your tracebacks. Most importantly, editing a failure point is as easy as typing a number. How about a screenshot?
http://farmdev.com/projects/nosetty/nosetty-screenshot.png
== Install ==
{{{ easy_install nosetty }}}
get the [http://peak.telecommunity.com/DevCenter/EasyInstall easy_install command here].
Development versions are available as:
{{{ easy_install nosetty==dev }}}
...or via subversion at [http://nosetty.googlecode.com/svn/trunk/#egg=nosetty-dev http://nosetty.googlecode.com/svn/trunk/]
== Usage ==
Activate the plugin like so:
{{{ nosetests --tty }}}
But to get some useful results, you'll have to tell it how to hook into your editor and other things. All this is described in detail on the [Recipes] page.
To give the plugin a whirl, you can [http://code.google.com/p/nosetty/source checkout the source] and type...
{{{ cd src/nosetty easy_install . nosetests -w examples --tty }}}
...to get what's shown in the above screenshot.
== Project Page ==
If you're not already there, the nosetty project lives on [http://code.google.com/p/nosetty/ google code]. Please submit any bugs, patches, failing tests, et cetera using the [http://code.google.com/p/nosetty/issues/list Issue Tracker].
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| nosetty-0.4-py2.4.egg (md5, pgp) | Python Egg | 2.4 | 2007-05-24 | 25KB | 1208 |
| nosetty-0.4.tar.gz (md5, pgp) | Source | 2007-05-24 | 11KB | 1648 | |
- Author: Kumar McMillan
- Home Page: http://code.google.com/p/nosetty/
- Keywords: test unittest nose nosetests plugin
- License: GNU LGPL
- Package Index Owner: kumar303
- DOAP record: nosetty-0.4.xml
