mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Make it possible to connect to a subprocess to get the sys path
This commit is contained in:
5
test/test_api/test_environment.py
Normal file
5
test/test_api/test_environment.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from jedi.api.virtualenv import Environment, DefaultEnvironment
|
||||
|
||||
|
||||
def test_sys_path():
|
||||
assert DefaultEnvironment('/foo').get_sys_path()
|
||||
Reference in New Issue
Block a user