forked from VimPlug/jedi
Some tests that involved jedi were actually a bit wrong and only worked in certain environments.
This commit is contained in:
@@ -110,3 +110,8 @@ def has_typing(environment):
|
||||
|
||||
script = jedi.Script('import typing', environment=environment)
|
||||
return bool(script.goto_definitions())
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
def jedi_path():
|
||||
return os.path.dirname(__file__)
|
||||
|
||||
Reference in New Issue
Block a user