Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unittests: Do not import libnvim or headers in main process | ZyX | 2017-03-11 |
| | | | Slows down unit tests much, but gets rid of as much preserved state as possible. | ||
* | unittests: Check core dumps in after_each, like in functests | ZyX | 2017-03-11 |
| | |||
* | unittest: Add dict_items function | ZyX | 2017-01-07 |
| | |||
* | unittest: Allow mocking allocator calls | ZyX | 2017-01-07 |
| | |||
* | unittests: Fix linter errors | ZyX | 2017-01-03 |
| | |||
* | tests: Add tests for partials dumping | ZyX | 2017-01-03 |
| | | | | | Also fixed dumping of partials by encode_vim_to_object and added code which is able to work with partials and dictionaries to test/unit/eval/helpers.lua (mostly copied from #5119, except for partials handling). | ||
* | unittests/*/helpers: Fix testlint errors | ZyX | 2016-06-24 |
| | |||
* | fixup! unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 |
| | |||
* | unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 |
| | |||
* | Satisfy testlint. | KillTheMule | 2016-04-28 |
| | | | | For that, make luatest ignore the preload.lua files. | ||
* | eval/encode: Fix writing strings starting with NL to list | ZyX | 2016-04-18 |
Error [found][1] by oni-link. [1]: https://github.com/neovim/neovim/pull/4131/files#r52239384 |