1
0
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:
Dave Halter
2018-01-05 00:48:40 +01:00
parent 4d896892a3
commit db1a4415b3
4 changed files with 20 additions and 10 deletions

View File

@@ -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__)