Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unittests: Check core dumps in after_each, like in functests | ZyX | 2017-03-11 |
| | |||
* | unittests: Run all unit tests in their own processes | ZyX | 2017-03-11 |
| | | | | | | | | | | | | | | | Used sed -r -i -e '/ helpers =/ s/$/\nlocal itp = helpers.gen_itp(it)/; s/^(\s*)it\(/\1itp(/' test/unit/**/*_spec.lua to alter all tests. Locally they all run fine now. Reasoning: 1. General: state from one test should not affect other tests. 2. Local: travis build is failing with something which may be an output of garbage collector. This should prevent state of the garbage collector from interferring as well. | ||
* | unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 |
| | |||
* | 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 |