forked from VimPlug/jedi
6 lines
140 B
Python
6 lines
140 B
Python
from jedi.api.virtualenv import Environment, DefaultEnvironment
|
|
|
|
|
|
def test_sys_path():
|
|
assert DefaultEnvironment('/foo').get_sys_path()
|