nosecomplete
nosecomplete copied to clipboard
A nose plugin for completing test modules/classes/methods/functions from the command line
…nosetests tool Am following up on my earlier suggestion with some code :) I found that the nosetests tool itself didn't tab when nosecomplete was installed. This PR renames the...
This plugin is absolutely fantastic. I have one tiny suggestion - when tabbing "nosetests" itself from bash, it itself won't tab because the "nosecomplete" bash script in the virtualenv gets...
To make it work with https://github.com/django/django and https://github.com/django-nose/django-nose I replaced: `complete -o nospace -F _nosetests nosetests` With: `complete -o nospace -F _nosetests python manage.py test` Is it the best way...
Is it possible to add completion for nose command-line options, such as --processes, --process-timeout and so on?
Adds support for autocompleting paths that look like `foo.bar:Buzz` in addition to `foo/bar:Buzz`. This makes it easier to re-run tests from a previous run, since nose prints filenames as modules...
I'm testing nosecomplete after your posting to the TIP mailing list and found that there is no context in the autocomplete feature: nosetests --config=nose.cfg core/data/parsers/tests/test_swf.py: ...some seconds to process... Display...