-
Notifications
You must be signed in to change notification settings - Fork 728
"Run All Tests" and "Debug All Tests" #1961
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
05aaa2d
Run All Tests Running But Building repeatedly
akshita31 e93efc8
Disposable variable for run all test
akshita31 9386779
Added code for debug all tests
akshita31 70b126f
Code Cleaning
akshita31 ee93887
Run all Tests running - Better logs required
akshita31 f7b5eb8
Run Tests running, all output shown at the end of all the tests
akshita31 8645f42
Renamed variable to methodsInClass
akshita31 63aa55b
Merge remote-tracking branch 'upstream/master' into class_test
akshita31 45792a5
Changes for Debug All Tests
akshita31 c30ee75
Changes for debug tests request
akshita31 75c9d64
Debug All Tests running
akshita31 2f33327
Added common helpers for single test and all test functions
akshita31 08337b5
Merge remote-tracking branch 'upstream/master' into class_test
akshita31 ba21a1d
Improved logs for Run All Tests
akshita31 a6f6390
Merge branch 'master' into class_test
akshita31 5a796b7
Changes to get only 1 response for a set of methods
akshita31 2eab3f2
Extracted a common helper to get the test feature
akshita31 c1eed78
Resolved review comments
akshita31 d8ddfb6
Changes to not show this change for legacy projects
akshita31 1ec2448
Renamed incorrect variable
akshita31 128641d
Removing foreach for proper order of execution
akshita31 f3d873e
Remove unnecessary import
akshita31 7ca1540
Do not show the festure for legacy projects
akshita31 6d6608d
Merge branch 'master' into class_test
akshita31 5a62bfa
Merge branch 'master' into class_test
1d8f653
Merge branch 'master' into class_test
5b9b090
Merge branch 'master' into class_test
akshita31 50fca56
Merge branch 'master' into class_test
akshita31 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wat
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same as was previously being used: https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/features/dotnetTest.ts#L172
Just extracted it to a helper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rchande: This is because we never pass the target framework in the legacy case.