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
We currently test air from Rust with both unit tests and protocol-level tests with a dummy client. However we should also have integration tests in the VS Code extension:
Some features are provided by the extension and should be tested on their own, such as settings synchronisation.
We should also add some integration tests for major features. These will also be run by the Positron test suite to make sure everything is in working order. This will be important to ensure quality as Air increasingly becomes part of the R development experience in Positron.
The text was updated successfully, but these errors were encountered:
We currently test air from Rust with both unit tests and protocol-level tests with a dummy client. However we should also have integration tests in the VS Code extension:
Some features are provided by the extension and should be tested on their own, such as settings synchronisation.
We should also add some integration tests for major features. These will also be run by the Positron test suite to make sure everything is in working order. This will be important to ensure quality as Air increasingly becomes part of the R development experience in Positron.
The text was updated successfully, but these errors were encountered: