Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytest plugin cherrypick #20175

Closed
Closed
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
2faab05
setup file structure
Aug 24, 2022
68a6ff8
reverse dummy commit
Aug 24, 2022
ac8b269
stash to isolate error
eleanorjboyd Aug 25, 2022
48cfa47
fixing merge issues
eleanorjboyd Sep 7, 2022
cfe1379
pushing changes in order to rebase
eleanorjboyd Sep 7, 2022
27c6300
changes to discoverAdapter
eleanorjboyd Sep 7, 2022
72aad5a
extension is calling plugin
eleanorjboyd Sep 9, 2022
f56157b
comitting to rebase
eleanorjboyd Sep 9, 2022
bf89286
remove all files from pytest_adapter.py
eleanorjboyd Sep 9, 2022
7ec8c56
resolve conflicts accept all cur
Sep 9, 2022
57b6bc6
plugin args working, and tests collected in correct format
eleanorjboyd Sep 9, 2022
ecb2a2f
attempting port
eleanorjboyd Sep 16, 2022
7fd8315
fixing settings
eleanorjboyd Sep 16, 2022
3e2f1c9
continue
Sep 13, 2022
92bc0e0
Ensure interpreter quickpick is initialized synchronously (#19828)
Sep 13, 2022
c11c547
Ensure we start watching environments when activating discovery compo…
Sep 13, 2022
d7eaa05
Ensure an environment is only reported after the final type of enviro…
Sep 14, 2022
60de7a1
Simplify buffer decoder. (#19836)
karthiknadig Sep 14, 2022
212d58a
cherry pick cont
paulacamargo25 Sep 15, 2022
dcb0561
cherry pick
karthiknadig Sep 23, 2022
883dd85
Temporarily expose `PYTHONPATH` for Pylance (#19899)
Sep 27, 2022
75bfc97
Only log deprecation warning once for each extension (#19901)
Sep 27, 2022
adac2f6
Improve keyword hover information displayed when using Jedi (#19926)
luabud Oct 3, 2022
69abfcd
cherry
karthiknadig Oct 3, 2022
82abb1e
formatting discovery
eleanorjboyd Sep 16, 2022
0e96dae
port posting working
eleanorjboyd Sep 19, 2022
597c3f3
stashing for testing
eleanorjboyd Sep 22, 2022
8b1aeaf
saving changes
eleanorjboyd Oct 12, 2022
097c4e0
tests showing in explorer panel
eleanorjboyd Oct 14, 2022
33209e3
remove old code
eleanorjboyd Oct 14, 2022
c14c828
broke apart algo into functions
eleanorjboyd Oct 14, 2022
ea3da6d
with unittest
eleanorjboyd Oct 14, 2022
3edc6ce
fix extra nesting paths
eleanorjboyd Oct 14, 2022
dbdebab
add general search method
eleanorjboyd Oct 14, 2022
5284ad9
add example
eleanorjboyd Nov 7, 2022
400ae9f
undo all changes to src
eleanorjboyd Nov 7, 2022
7e3b44b
remove non src file
eleanorjboyd Nov 7, 2022
568bfa9
name changes
eleanorjboyd Nov 7, 2022
cc2bfa6
rename and delete files
eleanorjboyd Nov 7, 2022
0354dd9
remove unnecessary files
eleanorjboyd Nov 7, 2022
988ce2f
remove unneeded files
eleanorjboyd Nov 7, 2022
f76a791
Merge branch 'main' into pytest_plugin_cherrypick
eleanorjboyd Nov 7, 2022
0e35387
fix black formatting
eleanorjboyd Nov 7, 2022
2597e29
Merge branch 'main' into pytest_plugin_cherrypick
eleanorjboyd Nov 10, 2022
9b5b534
remove unneeded files
eleanorjboyd Nov 10, 2022
a4f339f
Merge branch 'main' into pytest_plugin_cherrypick
eleanorjboyd Nov 11, 2022
fa3949d
Update pythonFiles/pytest-vscode-integration/tests/test_vscode_integr…
eleanorjboyd Nov 21, 2022
1dafafc
Update pythonFiles/pytest-vscode-integration/tests/test_vscode_integr…
eleanorjboyd Nov 21, 2022
fdf756b
Update pythonFiles/pytest-vscode-integration/tests/test_vscode_integr…
eleanorjboyd Nov 21, 2022
cb0202f
Update pythonFiles/pytest-vscode-integration/tests/test_vscode_integr…
eleanorjboyd Nov 21, 2022
519ea9a
stage 1 changes
eleanorjboyd Nov 21, 2022
acc32ec
Merge branch 'main' into pytest_plugin_cherrypick
eleanorjboyd Jan 11, 2023
1894fae
remove unneeded files
eleanorjboyd Jan 18, 2023
db5bb5e
Merge branch 'main' into pytest_plugin_cherrypick
eleanorjboyd Jan 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest11]
vscode-integration = pytest_vscode_integration