aboutsummaryrefslogtreecommitdiff
path: root/test/functional/testnvim.lua
Commit message (Expand)AuthorAge
* refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* test: include stderr in EOF failure messageJustin M. Keyes2025-01-03
* test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes2025-01-03
* feat(test): support and document lua test case debuggingMathias Fussenegger2024-12-24
* test: move exec_lua logic to separate moduleLewis Russell2024-11-21
* fix(test): better management of tmpfilesLewis Russell2024-11-06
* feat(fs.lua): add vim.fs.rm()Lewis Russell2024-09-22
* test: support upvalues in exec_luaLewis Russell2024-09-21
* feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* Merge pull request #29103 from gpanders/test-no-tgcGregory Anders2024-06-12
|\
| * test: do not set termguicolors in test runnerGregory Anders2024-05-31
* | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
|/
* fix(test): failure after version bump #28771Justin M. Keyes2024-05-16
* test: improve test conventionsdundargoc2024-04-23