You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"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.
The text was updated successfully, but these errors were encountered:
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.
test/program.test.p
tosrc/program.p
so it's easy to switch back and forth, or run a test for a method without switching context.The text was updated successfully, but these errors were encountered: