Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
| | |||
* | functests: Refactor tests: | ZyX | 2015-10-08 |
| | | | | | | | | - Remove unused variables. - Do not use helpers.nvim_feed in most cases. - Do not use helpers.nvim and helpers.nvim_eval at all. - Add helpers.funcs and helpers.\*meths special tables. Indexing such table creates functions which call helpers.call or helpers.nvim (and similar) with first argument equal to table index. | ||
* | functests: Move exc_exec to test.functional.helpers | ZyX | 2015-10-08 |
| | |||
* | functests: Make one recover_spec test also use gdb or valgrind | ZyX | 2015-10-08 |
| | |||
* | functests: Add a number of “generic” functional tests | ZyX | 2015-10-08 |
| | |||
* | functests: Move wshada and sdrcmd commands to helpers | ZyX | 2015-10-08 |
| | |||
* | shada,functests: Test how ShaDa support code reacts on errors | ZyX | 2015-10-08 |
| | | | | | | | | | | | | | | Some notes: - Replaced msgpack_unpacker usage with regular xmalloc’ed buffer. Also since msgpack_unpack_next (as well as msgpack_unpacker_next) is not ever going to return MSGPACK_UNPACK_EXTRA_BYTES this condition was checked manually. Function that does return this status is msgpack_unpack, but it is marked as obsolete. - Zero type is checked prior to main switch in shada_read_next_item because otherwise check would be skipped. - Zeroing entry at the start of shada_read_next_item makes it safer. - dedent('') does not work. - v:oldfiles list is only replaced with bang, if it is NULL or empty. | ||
* | functests: Add tests for ShaDa variables dumping/reading | ZyX | 2015-10-08 |