-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Nest subtests under their function in the test explorer. #4668
Nest subtests under their function in the test explorer. #4668
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4668 +/- ##
======================================
+ Coverage 77% 77% +1%
======================================
Files 447 447
Lines 21484 21534 +50
Branches 3532 3545 +13
======================================
+ Hits 16456 16506 +50
Misses 5024 5024
Partials 4 4
|
7eaaea5
to
9eac943
Compare
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.
Will review later.
@@ -2078,5 +2078,28 @@ export const pytestScenarioData: PytestDiscoveryScenario[] = | |||
"", | |||
"======================== no tests ran in 0.36 seconds =========================" | |||
] | |||
}, | |||
{ | |||
pytest_version_spec: ">= 4.1", |
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.
Aren't we throwing away all of this code, with the merge of the python code for discovery
?
If we are, I hope we have similar test scenarios in the python tests
@DonJayamanne, You already reviewed this. The only new bit is the tests for TestTreeViewProvider. |
54017df
to
9af296c
Compare
(for #4503)
[WARNING} The approach I took is a bit of a hack. Changing the structure of the
Tests
data is a huge undertaking. So I tucked the necessary UI-related data in as a tag-along. :)I'm addressing telemetry in a follow-up PR.
[ ]package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)