-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add tests for autocompletion features #426
Labels
Comments
jvican
changed the title
Add tests for autocompletion functionality for Bash and Zsh
Test autocompletion features
Nov 22, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 4, 2018
This commit enable bloop to return testsFQCN in specified project using `bloop autocomplete --format <shell> --mode testsfqcn <project>`. scalacenter#426
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 4, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
…ject <project>` This commit enable bloop to return testsFQCN in a project using `bloop autocomplete --format <shell> --mode testsfqcn --project <project>`. scalacenter#426
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
…ject <project>` This commit enable bloop to return testsFQCN in a project using `bloop autocomplete --format <shell> --mode testsfqcn --project <project>`. scalacenter#426
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
…ject <project>` This commit enable bloop to return testsFQCN in a project using `bloop autocomplete --format <shell> --mode testsfqcn --project <project>`. scalacenter#426
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 5, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
…ject <project>` This commit enable bloop to return testsFQCN in a project using `bloop autocomplete --format <shell> --mode testsfqcn --project <project>`. scalacenter#426
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
tanishiking
added a commit
to tanishiking/bloop
that referenced
this issue
Dec 6, 2018
jvican
pushed a commit
to tanishiking/bloop
that referenced
this issue
Dec 27, 2018
…ject <project>` This commit enable bloop to return testsFQCN in a project using `bloop autocomplete --format <shell> --mode testsfqcn --project <project>`. scalacenter#426
jvican
pushed a commit
to tanishiking/bloop
that referenced
this issue
Dec 27, 2018
jvican
pushed a commit
to tanishiking/bloop
that referenced
this issue
Dec 27, 2018
jvican
pushed a commit
to tanishiking/bloop
that referenced
this issue
Dec 27, 2018
jvican
changed the title
Test autocompletion features
Add tests for autocompletion features
Dec 27, 2018
#749 linked to this ticket but it's not fixing it: this ticket is mostly about testing the autocompletion features we have, whereas the PR I've just merged adds support for discovered test classes. Just a FYI for a motivated contributor that wants to pick this up 😄 |
jvican
added a commit
that referenced
this issue
Dec 29, 2018
Add basic autocompletion tests for project autocompletion. The current tests are basic and will be expanded in the future (contributions are welcome). Fixes #426
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is no way of testing autocompletion functionality. Autocomplete helpers for Zsh and Bash, Autocomplete functionality is provided with the Autocomplete command.
This autocomplete command can be invoked by invoking the autocomplete method
bloop/frontend/src/main/scala/bloop/engine/Interpreter.scala
Line 215 in 684942e
bloop autocomplete --format SHELLTYPE --mode MODE --command COMMAND
Comparing the output with the expected result should get this coveredThe text was updated successfully, but these errors were encountered: