Skip to content

Commit b447bf1

Browse files
authored
Feature branch testing overflow bug fix (#21812)
This merges in two PRs that were reverted because of a bug introduced that caused subprocess overflow. reverted PRs: #21667, #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.
1 parent bd749aa commit b447bf1

25 files changed

+1993
-425
lines changed

pythonFiles/tests/pytestadapter/.data/root/tests/pytest.ini

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
3+
4+
5+
def test_a_function(): # test_marker--test_a_function
6+
assert True
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
3+
4+
5+
def test_b_function(): # test_marker--test_b_function
6+
assert True

pythonFiles/tests/pytestadapter/expected_discovery_test_output.py

+367-149
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)