mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-29 05:34:36 +08:00
Make it possible to connect to a subprocess to get the sys path
This commit is contained in:
@@ -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