Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 2024-01-12 |
| | |||
* | test: use vim.mpack and vim.uv directly | Lewis Russell | 2024-01-12 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | test: replace lfs with luv and vim.fs | dundargoc | 2023-04-04 |
| | | | | | | test: replace lfs with luv luv already pretty much does everything lfs does, so this duplication of dependencies isn't needed. | ||
* | test: simplify platform detection (#21020) | dundargoc | 2022-11-22 |
| | | | | | Extend the capabilities of is_os to detect more platforms such as freebsd and openbsd. Also remove `iswin()` helper function as it can be replaced by `is_os("win")`. | ||
* | test: add a test for #17609 | zeertzjq | 2022-03-07 |
| | |||
* | win: enable more functional tests | Jan Edmund Lazo | 2018-01-06 |
| | | | | | | - plugin/shada_spec.lua: Use \r\n as Windows EOL for tests on BufWriteCmd, FileWriteCmd, FileAppendCmd. Alternative is 'set fileformat=unix'. | ||
* | Mark some functional tests as pending in Windows | Rui Abreu Ferreira | 2016-08-26 |
| | |||
* | Tests: check 'autochdir' on startup | Marco Hinz | 2016-07-02 |