Test: Batchify all && Lint run_test.sh
All tests in the same batch, in other words, no independant test
This commit is contained in:
@ -200,7 +200,7 @@
|
||||
" Write current file: helper to hide `set bt=`
|
||||
function! WriteMe()
|
||||
set buftype=
|
||||
write %
|
||||
write! %
|
||||
endfunction
|
||||
|
||||
" Delete a file <- path <string>
|
||||
@ -293,4 +293,8 @@
|
||||
AssertEqual a:one, a:two
|
||||
endfunction
|
||||
|
||||
|
||||
" Copy Wiki's Resources
|
||||
call CopyResources()
|
||||
|
||||
" vim: ft=vim:sw=2
|
||||
|
Reference in New Issue
Block a user