Skip to content

Commit

Permalink
Revert "revert absolute test-ids (microsoft#21742)"
Browse files Browse the repository at this point in the history
This reverts commit dff25d4.
  • Loading branch information
eleanorjboyd committed Aug 7, 2023
1 parent 9ac14b8 commit 87e8de8
Show file tree
Hide file tree
Showing 9 changed files with 812 additions and 253 deletions.
Empty file.
6 changes: 6 additions & 0 deletions pythonFiles/tests/pytestadapter/.data/root/tests/test_a.py
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
6 changes: 6 additions & 0 deletions pythonFiles/tests/pytestadapter/.data/root/tests/test_b.py
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 pythonFiles/tests/pytestadapter/expected_discovery_test_output.py

Large diffs are not rendered by default.

Loading

0 comments on commit 87e8de8

Please sign in to comment.