Skip to content

Commit

Permalink
undo reverts to feature branch (#21780)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd authored Aug 7, 2023
1 parent 9ac14b8 commit 593ad20
Show file tree
Hide file tree
Showing 20 changed files with 1,476 additions and 410 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 593ad20

Please sign in to comment.