Shell UI for ddt.vim
It supports ANSI colors.
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddt.vim
It requires "--unstable-ffi" for |g:denops#server#deno_args|.
let g:denops#server#deno_args = [
\ '-q',
\ '-A',
\ ]
let g:denops#server#deno_args += ['--unstable-ffi']
call ddt#custom#patch_global(#{
\ ui: 'shell',
\ })
