forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature branch testing overflow bug fix (microsoft#21812)
This merges in two PRs that were reverted because of a bug introduced that caused subprocess overflow. reverted PRs: microsoft#21667, microsoft#21682 This now implements these two PRs allowing for absolute testIds and an execObservable for the subprocess. This PR also adds a bug fix and functional tests to ensure this doesn't happen again. Since this PR is large, all items in it have already been reviewed as they were merged into the feature branch.
- Loading branch information
1 parent
c35b6a3
commit abbc6b2
Showing
25 changed files
with
1,993 additions
and
425 deletions.
There are no files selected for viewing
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. | ||
|
||
|
||
def test_a_function(): # test_marker--test_a_function | ||
assert True |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. | ||
|
||
|
||
def test_b_function(): # test_marker--test_b_function | ||
assert True |
516 changes: 367 additions & 149 deletions
516
pythonFiles/tests/pytestadapter/expected_discovery_test_output.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.