Skip to content

Commit 593ad20

Browse files
authored
undo reverts to feature branch (#21780)
1 parent 9ac14b8 commit 593ad20

20 files changed

+1476
-410
lines changed

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

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
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
Lines changed: 6 additions & 0 deletions
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

Lines changed: 367 additions & 149 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)