Skip to content

Commit

Permalink
Merge branch 'main' into removeUnwantedJupyterApi
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Jul 30, 2023
2 parents 98d6704 + efcc3d7 commit 8408461
Show file tree
Hide file tree
Showing 10 changed files with 813 additions and 251 deletions.
2 changes: 1 addition & 1 deletion pythonExtensionApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"vscode": "^1.78.0"
},
"license": "MIT",
"homepage": "https://github.com/Microsoft/vscode-python",
"homepage": "https://github.com/microsoft/vscode-python/tree/main/pythonExtensionApi",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-python"
Expand Down
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 8408461

Please sign in to comment.