neovim/test/unit
Thiago de Arruda 991d3ec1e6 event loop: New abstraction layer with refactored time/signal API
- Add event loop abstraction module under src/nvim/event. The
  src/nvim/event/loop module replaces src/nvim/os/event
- Remove direct dependency on libuv signal/timer API and use the new abstraction
  instead.
- Replace all references to uv_default_loop() by &loop.uv, a new global variable
  that wraps libuv main event loop but allows the event loop functions to be
  reused in other contexts.
2015-07-17 00:19:19 -03:00
..
fixtures rbuffer: Reimplement as a ring buffer and decouple from rstream 2015-07-01 05:40:53 -03:00
os event loop: New abstraction layer with refactored time/signal API 2015-07-17 00:19:19 -03:00
buffer_spec.lua test: Ensure proper initialization in unit/helpers.lua 2015-07-01 05:40:53 -03:00
fileio_spec.lua Add tests for buffer.c and fileio.c 2014-07-22 05:28:17 -05:00
formatc.lua test: fix formatc.lua oddity on OSX/gcc 2015-01-16 21:45:00 +01:00
garray_spec.lua unit tests: avoid global scope; add missing cimports 2014-09-11 05:17:52 +00:00
helpers.lua test: Ensure proper initialization in unit/helpers.lua 2015-07-01 05:40:53 -03:00
path_spec.lua tests: Fix test setup/teardown in path_spec.lua #2402 2015-04-12 16:11:50 -04:00
preload.lua tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00
preprocess.lua unittests: define _Thread_local to be nothing 2015-02-09 05:37:24 -05:00
profile_spec.lua profiling: add tests 2014-07-16 17:12:35 +02:00
rbuffer_spec.lua rbuffer: Reimplement as a ring buffer and decouple from rstream 2015-07-01 05:40:53 -03:00
set.lua unittest: convert set.moon to lua 2014-08-31 14:50:49 +02:00
tempfile_spec.lua test: Ensure proper initialization in unit/helpers.lua 2015-07-01 05:40:53 -03:00