Test: Batchify all && Lint run_test.sh

All tests in the same batch, in other words, no independant test
This commit is contained in:
Tinmarino
2020-08-23 03:42:02 -04:00
parent 817641e551
commit 8e5274b1a2
13 changed files with 75 additions and 175 deletions

View File

@ -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