forked from microsoft/pyright
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create test for virtual environment (microsoft#6007)
* Create test for virtual environment * Figure out why python path test is failing * Eliminate quotes on venv_path * Actually set the python path * Try just printing path on windows * Print a different variable * Try other echo patterns * user powershell commands to append * Fix prettier
- Loading branch information
Showing
4 changed files
with
817 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,4 +122,7 @@ junit.xml | |
|
||
# OS files | ||
.DS_Store | ||
Thumbs.db | ||
Thumbs.db | ||
|
||
# Potential venv | ||
.venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.