kana / vim-vspec

Vim plugin: Testing framework for Vim script
http://www.vim.org/scripts/script.php?script_id=3012
220 stars 13 forks source link

provide exception-related assertions #51

Closed sunaku closed 7 years ago

sunaku commented 7 years ago

Hello,

I had to reinvent assert_raise and friends in vspec for some test cases.

Would you be open to providing functions like those if I submit a PR? :santa:

Thanks for your consideration.

P.S. Thanks for the excellent tool. :trophy: I've already used it for two plugins. :heart_eyes_cat:

kana commented 7 years ago

The test cases can be written as follows:

Expect expr { ShortcutParseDefineCommand('') } to_throw
sunaku commented 7 years ago

:relieved: :+1: