FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/pythonFiles/tests/__init__.py at master · dbdorman/vscode-python · GitHub
dbdorman
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python
/
pythonFiles
/
tests
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (10 loc) · 453 Bytes
Breadcrumbs
vscode-python
/
pythonFiles
/
tests
/
__init__.py
Copy path
File metadata and controls
12 lines (10 loc) · 453 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import
os
.
path
TEST_ROOT
=
os
.
path
.
dirname
(
__file__
)
SRC_ROOT
=
os
.
path
.
dirname
(
TEST_ROOT
)
PROJECT_ROOT
=
os
.
path
.
dirname
(
SRC_ROOT
)
IPYTHON_ROOT
=
os
.
path
.
join
(
SRC_ROOT
,
"ipython"
)
TESTING_TOOLS_ROOT
=
os
.
path
.
join
(
SRC_ROOT
,
"testing_tools"
)
DEBUG_ADAPTER_ROOT
=
os
.
path
.
join
(
SRC_ROOT
,
"debug_adapter"
)
PYTHONFILES
=
os
.
path
.
join
(
SRC_ROOT
,
"lib"
,
"python"
)
Back
|
FazBrowse Home
|
New Git URL