-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command-line completion for tests #7
Comments
Best feature request ever! I'm planning on implementing completion for zsh and bash. |
Closed
CleanCut
added a commit
that referenced
this issue
Jul 23, 2014
…both. Added --completion_file to dynamically indicate the location of the file to source. Getting close on #7
Done! It works! Woohoo! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command-line completion for test names passed to the test runner, whether module name ("project.test.test_module_a") or test case ("project.test.test_module_a.TestCaseA") or test itself ("project.test.test_module_a.TestCaseA.test_run1").
The text was updated successfully, but these errors were encountered: