mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-10 04:21:52 +08:00
show vim version
This commit is contained in:
@@ -25,6 +25,7 @@ class IntegrationTestFile(object):
|
||||
|
||||
|
||||
def pytest_configure(config):
|
||||
print(subprocess.check_output(['vim', '--version']))
|
||||
if not os.path.isdir(CACHE_FOLDER):
|
||||
os.mkdir(CACHE_FOLDER)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user