mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 19:24:36 +08:00
show vim version
This commit is contained in:
@@ -25,6 +25,7 @@ class IntegrationTestFile(object):
|
|||||||
|
|
||||||
|
|
||||||
def pytest_configure(config):
|
def pytest_configure(config):
|
||||||
|
print(subprocess.check_output(['vim', '--version']))
|
||||||
if not os.path.isdir(CACHE_FOLDER):
|
if not os.path.isdir(CACHE_FOLDER):
|
||||||
os.mkdir(CACHE_FOLDER)
|
os.mkdir(CACHE_FOLDER)
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ describe '...'
|
|||||||
end
|
end
|
||||||
|
|
||||||
it 'blub'
|
it 'blub'
|
||||||
Expect range(1) == [1]
|
Expect range(1) == [0]
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'bla'
|
it 'bla'
|
||||||
|
|||||||
Reference in New Issue
Block a user