mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
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()
|