Skip to content

Commit 8408461

Browse files
authored
Merge branch 'main' into removeUnwantedJupyterApi
2 parents 98d6704 + efcc3d7 commit 8408461

File tree

10 files changed

+813
-251
lines changed

10 files changed

+813
-251
lines changed

pythonExtensionApi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"vscode": "^1.78.0"
1818
},
1919
"license": "MIT",
20-
"homepage": "https://github.com/Microsoft/vscode-python",
20+
"homepage": "https://github.com/microsoft/vscode-python/tree/main/pythonExtensionApi",
2121
"repository": {
2222
"type": "git",
2323
"url": "https://github.com/Microsoft/vscode-python"

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)