thinca / vim-themis

A testing framework for Vim script.
zlib License
237 stars 34 forks source link

themis should exit with non 0 exit-status on unexpected termination #68

Closed lambdalisue closed 3 years ago

lambdalisue commented 4 years ago

For example, the following Vimspec succeeded

Describe Test
  It quits
    qa!
  End

  It fails
    Assert Equals("hoge", "fuga")
  End
End

But I believe that the above test should be failed at least.

thinca commented 3 years ago

Maybe fixed.