mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +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)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ describe '...'
|
||||
end
|
||||
|
||||
it 'blub'
|
||||
Expect range(1) == [1]
|
||||
Expect range(1) == [0]
|
||||
end
|
||||
|
||||
it 'bla'
|
||||
|
||||
Reference in New Issue
Block a user