Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: add type annotations | Lewis Russell | 2024-01-17 |
| | |||
* | test: use integers for API Buffer/Window/Tabpage EXT types | Lewis Russell | 2024-01-16 |
| | |||
* | test: use vim.mpack and vim.uv directly | Lewis Russell | 2024-01-12 |
| | |||
* | build: enable lintlua for test/unit/ dir #26396 | Justin M. Keyes | 2023-12-04 |
| | | | | | | | | | | | | | Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `test/unit/` directory. - TODO: only `test/functional/` remains unchecked. previous: 45fe4d11add933df76a2ea4bf52ce8904f4a778b previous: 517f0cc634b985057da5b95cf4ad659ee456a77e | ||
* | refactor(tests): move lua-client into core and use it for functionaltests | bfredl | 2023-02-10 |
Eliminates lua-client and non-static libluv as test time dependencies Note: the API for a public lua-client is not yet finished. The interface needs to be adjusted to work in the embedded loop of a nvim instance (to use it to talk between instances) |