Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Enhancements to crate testing #145

Open
booyaa opened this issue Mar 7, 2017 · 5 comments
Open

Enhancements to crate testing #145

booyaa opened this issue Mar 7, 2017 · 5 comments

Comments

@booyaa
Copy link
Contributor

booyaa commented Mar 7, 2017

Version of VSCode: 1.10.1
Version of the extension: 0.3.10
OS: macOS 10.12.2 (Sierra)

Description:

Testing should have better integration with vscode rust extension.

  1. Enable Test runner in status bar (see screenshot)

codelen-screenshot-2

  1. Add the ability to run or debug tests as a codelens (see screenshot)

codelen-screenshot-1

@KalitaAlexey
Copy link
Member

@booyaa,
The first isn't worth it since there are: a shortcut (CTRL+T), a command (Cargo: Test).
The second one is interesting, but it requires time.

@booyaa
Copy link
Contributor Author

booyaa commented Mar 8, 2017

I've given more examples of why the first is useful. Asides performing the same function you refer to (Cargo: Test) it also gives status of tests.

failed_tests_in_statusbar

test_status_in_command_palette

@KalitaAlexey
Copy link
Member

Wow. Icons. Cool.
What is the extension?

@booyaa
Copy link
Contributor Author

booyaa commented Mar 8, 2017

Both features can be found in this Python language extension: https://marketplace.visualstudio.com/items?itemName=donjayamanne.python

@booyaa
Copy link
Contributor Author

booyaa commented Mar 15, 2017

Related issue in RLS rust-lang/rls#173

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants