summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/server_requests_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-02-08test(api/server_requests_spec): fix flaky test (#37771)zeertzjq1
2026-01-11fix(lua): vim._with() doesn't save boolean options properly (#37354)zeertzjq1
2026-01-11fix(rpc): don't overwrite already received results on error (#37339)zeertzjq1
2025-12-26test(api/server_requests_spec): fix flaky test (again) (#37100)zeertzjq1
2025-11-16test(api/server_requests_spec): fix flaky test (again) (#36570)zeertzjq1
2025-10-31test(api/server_requests_spec): fix flaky test (#36410)zeertzjq1
2025-10-31Merge pull request #36393 from zeertzjq/rstream-close-cbzeertzjq1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-01-04refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-21fix(rpc): do not crash when no input is consumedbfredl1
2024-02-12refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-02-10fix(tests): fixes for using vim.mpack and more ASANbfredl1
2023-02-09fix(rpc): ignore redraw events when not in UI client (#21892)zeertzjq1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2022-02-17test: remove checks to see if current CI job is travis or appveyorDundar Göc1
2021-09-20test: fix running functional tests under gdbserverShreyansh Chouhan1
2021-09-01refactor(tests): use assert_alive() #15546Justin M. Keyes1
2019-10-19build/doc/CI: remove/update quickbuild references #11258Justin M. Keyes1
2019-10-18tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler1
2019-09-16server_requests_spec: fix assertion, pass Lua paths via args (#10875)Daniel Hahler1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2019-09-04test: is_os() #10933Justin M. Keyes1
2019-08-21tests: support msg with global_helpers.ok (#10820)Daniel Hahler1
2019-08-05test: isCI(): add "name" parameterJustin M. Keyes1
2019-05-26messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse1
2019-05-18test: Extend {unit,functional}.helpers with global helpersJustin M. Keyes1
2018-09-22startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse1
2018-06-07API: validation: mention invalid method name (#8489)Justin M. Keyes1
2018-05-10test: API: fix tests after improved error captureJustin M. Keyes1
2018-05-09API: return non-generic VimL errorsJustin M. Keyes1
2018-03-11test: rename next_message() to next_msg()Justin M. Keyes1
2017-11-26channels: testsBjörn Linse1
2017-11-02test: server_spec: Tolerate missing protocol (#7478)James McCoy1
2017-10-29rpc: Don't delay notifications when request is pending (#6544)Björn Linse1
2017-08-21rpc: close channel if stream was closedJustin M. Keyes1
2017-07-02ci/quickbuild: XXX: disable server_requests test (#6851)Justin M. Keyes1
2017-05-29sockets: don't deadlock when connecting to own pipe addressBjörn Linse1
2017-05-29channels: implement sockopen() to connect to socketBjörn Linse1
2017-04-09functests: Fix some tests which are failing locally for unrelated reasonsZyX1
2017-01-19win: test: enable job_spec.luaJustin M. Keyes1