aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/server_requests_spec.lua
Commit message (Expand)AuthorAge
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* test: remove checks to see if current CI job is travis or appveyorDundar Göc2022-02-17
* test: fix running functional tests under gdbserverShreyansh Chouhan2021-09-20
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* build/doc/CI: remove/update quickbuild references #11258Justin M. Keyes2019-10-19
* tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler2019-10-18
* server_requests_spec: fix assertion, pass Lua paths via args (#10875)Daniel Hahler2019-09-16
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* test: is_os() #10933Justin M. Keyes2019-09-04
* tests: support msg with global_helpers.ok (#10820)Daniel Hahler2019-08-21
* test: isCI(): add "name" parameterJustin M. Keyes2019-08-05
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* test: Extend {unit,functional}.helpers with global helpersJustin M. Keyes2019-05-18
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* test: API: fix tests after improved error captureJustin M. Keyes2018-05-10
* API: return non-generic VimL errorsJustin M. Keyes2018-05-09
* test: rename next_message() to next_msg()Justin M. Keyes2018-03-11
* channels: testsBjörn Linse2017-11-26
* test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
* rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21
* ci/quickbuild: XXX: disable server_requests test (#6851)Justin M. Keyes2017-07-02
* sockets: don't deadlock when connecting to own pipe addressBjörn Linse2017-05-29
* channels: implement sockopen() to connect to socketBjörn Linse2017-05-29
* functests: Fix some tests which are failing locally for unrelated reasonsZyX2017-04-09
* win: test: enable job_spec.luaJustin M. Keyes2017-01-19
* Windows: enable more testsJustin M. Keyes2017-01-13
* server_requests_spec: Expect correct window ID.Jurica Bradaric2016-10-07
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* CI: Travis macOS: Skip tab left-drag tests.Justin M. Keyes2016-09-12
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* XXX: CI: Disable hanging test on Travis OSX.Justin M. Keyes2016-08-09
* functests: Check logs in lua codeZyX2016-06-10
* tests: update tests to use [gs]et_lines instead of [gs]et_line_sliceBjörn Linse2016-04-01
* Tests: fix according to lualintMarco Hinz2016-02-02
* helpers.c: Handle msgpack str/bin objects with length 0 correctlyoni-link2015-12-21
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
* functests: Fix testsZyX2015-10-23
* functests: Do not forget about -i argumentZyX2015-10-23
* test: don't process vimrc #2511Marco Hinz2015-04-25
* channel: recognized nvim-style errorsScott Prager2015-04-13
* msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* test: Improve test environment setup and error handling/reportingThiago de Arruda2014-11-07
* channel: Delay notifications to avoid client race conditionsThiago de Arruda2014-11-06
* test: Use lua to perform sanity API checksThiago de Arruda2014-10-16