Skip to content
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 testing panel #33

Closed
Tracked by #2441 ...
phated opened this issue Aug 25, 2023 · 0 comments · Fixed by #39
Closed
Tracked by #2441 ...

Add testing panel #33

phated opened this issue Aug 25, 2023 · 0 comments · Fixed by #39
Assignees
Labels
enhancement New feature or request

Comments

@phated
Copy link
Contributor

phated commented Aug 25, 2023

Problem

We should provide a testing panel (an example seen below) that collects all tests within a project. Users can use this panel to run all or a subset of tests without viewing specific source code.

Screenshot 2023-08-25 at 9 43 14 AM

VSCode provides APIs for this: https://code.visualstudio.com/api/extension-guides/testing
And we can provide a listing of all available tests via a custom LSP message.

Happy Case

A user can use this panel to view all tests in the project. Future work could be to also display proofs configured for the project.

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

Yes

Support Needs

No response

@phated phated added the enhancement New feature or request label Aug 25, 2023
@phated phated self-assigned this Aug 25, 2023
@phated phated added this to Noir Aug 25, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Aug 25, 2023
@phated phated moved this from 📋 Backlog to 🤔 Grooming in Noir Aug 25, 2023
@phated phated moved this from 🤔 Grooming to 🏗 In progress in Noir Aug 30, 2023
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Noir Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant