Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
* | Update lua client to 0.0.1-24 | Thiago de Arruda | 2016-04-13 |
| | | | | | The new version of the lua client uses libmpack as a backend, and some test scripts had to be updated to reflect that. | ||
* | test/functional: clean up according to luacheck (part 2) | Marco Hinz | 2015-11-23 |
| | |||
* | functests: Do not forget about -i argument | ZyX | 2015-10-23 |
| | | | | Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim. | ||
* | Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh | ZyX | 2015-10-08 |
| | |||
* | Replace references to viminfo in various places | ZyX | 2015-10-08 |
| | |||
* | tests: Use new write_file() function in tests. | Lucas Hoffmann | 2015-06-30 |
| | |||
* | tests: wviminfo_spec.lua: rework | Justin M. Keyes | 2015-06-12 |
| | | | | 074_global_var_in_viminfo_spec: remove some redundant sanity checks. | ||
* | tests: Add tests for the :wv command. | Lucas Hoffmann | 2015-06-12 |