-
Notifications
You must be signed in to change notification settings - Fork 56
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 Plan Implementation - Integration Tests: swift-plugin #1230
Labels
needs verification
Issue has been fixed, but requires verification before closing
testing infrastructure
Issues related to CI jobs or extension test cases
Comments
github-project-automation
bot
moved this to Unscreened
in Swift Extension for Visual Studio Code
Nov 27, 2024
michael-weng
added a commit
to michael-weng/vscode-swift
that referenced
this issue
Nov 27, 2024
- Change runPluginTask to return the argument filter for better testability - Given SwiftPluginTaskProvider integration test already test the tasks, assert the command arguments are valid and return the right tasks for picking. Issue: swiftlang#1230
michael-weng
added a commit
to michael-weng/vscode-swift
that referenced
this issue
Nov 27, 2024
- Change runPluginTask to return the argument filter for better testability - Given SwiftPluginTaskProvider integration test already test the tasks, assert the command arguments are valid and return the right tasks for picking - Minor clean up like removing redudant suite clean up and switch to use constant enum Issue: swiftlang#1230
@michael-weng can you add the plan of what needs to be tested |
award999
added
the
testing infrastructure
Issues related to CI jobs or extension test cases
label
Nov 29, 2024
Done. |
award999
moved this from Unscreened
to In Progress
in Swift Extension for Visual Studio Code
Dec 3, 2024
michael-weng
added a commit
to michael-weng/vscode-swift
that referenced
this issue
Dec 3, 2024
- Change runPluginTask to return the argument filter for better testability - Given SwiftPluginTaskProvider integration test already test the tasks, assert the command arguments are valid and return the right tasks for picking - Minor clean up like removing redudant suite clean up and switch to use constant enum Issue: swiftlang#1230
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Dec 10, 2024
Will mock to verify correct command is called Issue: swiftlang#1230
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Dec 10, 2024
Will mock to verify correct command is called Issue: swiftlang#1230
award999
added a commit
that referenced
this issue
Dec 12, 2024
Will mock to verify correct command is called Issue: #1230
award999
added
the
needs verification
Issue has been fixed, but requires verification before closing
label
Dec 12, 2024
award999
moved this from In Progress
to Needs Verification
in Swift Extension for Visual Studio Code
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs verification
Issue has been fixed, but requires verification before closing
testing infrastructure
Issues related to CI jobs or extension test cases
We already have integration tests for the task providers, but just need one to cover the user facing commands.
What we want to test for:
The text was updated successfully, but these errors were encountered: