-
Notifications
You must be signed in to change notification settings - Fork 60
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
Test coverage for Swift snippets #1125
Labels
testing infrastructure
Issues related to CI jobs or extension test cases
Comments
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Oct 7, 2024
* Created some common utilities for dealing with debug sessions * Add integration test for run command and debug variant, big difference being whether the breakpoint is hit or not Issue: swiftlang#1125
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Oct 9, 2024
* Created some common utilities for dealing with debug sessions * Add integration test for run command and debug variant, big difference being whether the breakpoint is hit or not Issue: swiftlang#1125
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Dec 10, 2024
* Created some common utilities for dealing with debug sessions * Add integration test for run command and debug variant, big difference being whether the breakpoint is hit or not Issue: swiftlang#1125
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Dec 10, 2024
* Created some common utilities for dealing with debug sessions * Add integration test for run command and debug variant, big difference being whether the breakpoint is hit or not Issue: swiftlang#1125
award999
added a commit
that referenced
this issue
Dec 11, 2024
* Add test snippet source * Add tests for the Swift snippets workflows * Created some common utilities for dealing with debug sessions * Add integration test for run command and debug variant, big difference being whether the breakpoint is hit or not Issue: #1125
Verified |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add some test coverage for
Swift: Run Swift Snippet
andSwift: Debug Swift Snippet
workflows.Should make sure we test the integration with SwiftPM.
Add appropriate unit tests for testing data types and flow of data, without overly mocking dependencies.
The text was updated successfully, but these errors were encountered: