#3633 - Put all dummy test files in test/test-files

This commit is contained in:
w0rp
2021-03-20 22:11:22 +00:00
parent 3838ae118d
commit b1d833417b
581 changed files with 1027 additions and 1123 deletions

View File

@@ -1,7 +1,7 @@
Before:
Save g:ale_html_tidy_executable
let g:ale_html_tidy_executable = 'tidy_paths/tidy'
let g:ale_html_tidy_executable = '../test-files/tidy/tidy'
call ale#test#SetDirectory('/testplugin/test/fixers')
@@ -23,7 +23,7 @@ Execute(The tidy callback should return 0 if tidy not found):
Execute(The tidy callback should return the correct default command):
AssertEqual
\ {
\ 'command': ale#Escape('tidy_paths/tidy')
\ 'command': ale#Escape('../test-files/tidy/tidy')
\ . ' -q --tidy-mark no --show-errors 0 --show-warnings 0'
\ },
\ ale#fixers#tidy#Fix(bufnr(''))