forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "revert absolute test-ids (microsoft#21742)"
This reverts commit dff25d4.
- Loading branch information
1 parent
9ac14b8
commit 87e8de8
Showing
9 changed files
with
812 additions
and
253 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.