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

🌲 [Request] VSCode Testing API - future functionality #203

Open
kenherring opened this issue Sep 24, 2024 · 0 comments
Open

🌲 [Request] VSCode Testing API - future functionality #203

kenherring opened this issue Sep 24, 2024 · 0 comments
Labels

Comments

@kenherring
Copy link
Owner

Feature Request

There are two upcoming changes to the testing API that I'd like to implement when available. These were mentinoed at the end of the v1.9.3 release notes.

  • ASSOCIATE CODE TO TESTS
    • Associate test/program.test.p to src/program.p so it's easy to switch back and forth, or run a test for a method without switching context.
  • ATTRIBUTABLE TEST COVERAGE
    • "We're working on an API for attributing test coverage on a per-test basis. This enables users to see which tests ran which code, filtering both the coverage shown in the editor, and that in the Test Coverage view."

    • Will require outputting the coverage data after each test, and then starting it again before each test. Currently runs as one bucket for the test run.
@kenherring kenherring added the request 🌲 label Sep 24, 2024
@kenherring kenherring changed the title 🌲 [Request] Future VSCode Testing API functionality 🌲 [Request] VSCode Testing API - future functionality Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant