Try to fix the tests

This commit is contained in:
w0rp
2019-05-20 20:06:44 +01:00
parent 143af2b9fd
commit 937138dad4
7 changed files with 30 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ After:
call ale#assert#TearDownLinterTest()
Execute(The project root should be detected correctly using compile_commands.json file):
call ale#test#SetFilename(tempname() . '/dummy.m')
AssertLSPProject ''
call ale#test#SetFilename('ccls_paths/with_compile_commands_json/dummy.m')
@@ -12,6 +14,8 @@ Execute(The project root should be detected correctly using compile_commands.jso
AssertLSPProject ale#path#Simplify(g:dir . '/ccls_paths/with_compile_commands_json')
Execute(The project root should be detected correctly using .ccls file):
call ale#test#SetFilename(tempname() . '/dummy.m')
AssertLSPProject ''
call ale#test#SetFilename('ccls_paths/with_ccls/dummy.m')
@@ -19,6 +23,8 @@ Execute(The project root should be detected correctly using .ccls file):
AssertLSPProject ale#path#Simplify(g:dir . '/ccls_paths/with_ccls')
Execute(The project root should be detected correctly using .ccls-root file):
call ale#test#SetFilename(tempname() . '/dummy.m')
AssertLSPProject ''
call ale#test#SetFilename('ccls_paths/with_ccls-root/dummy.m')