Tests: Import test framework changs from YCM

This commit is contained in:
Ben Jackson 2020-01-15 21:00:15 +00:00
commit 6ee8f7875d
3 changed files with 44 additions and 7 deletions

1
tests/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
logs/

View file

@ -211,7 +211,6 @@ func AfterTheTest()
let logfile = s:testid_filesafe . '.vimspector.log'
call writefile( log, logfile, 's' )
call add( s:messages, 'Wrote log for failed test: ' . logfile )
call extend( s:messages, log )
endif
endfunc