neovim/test/unit
James McCoy 7a367c6967
test(vterm): move test functions into vterm_test fixture
In order to run unittests with a release build, we need the test
functions to be accessible when NDEBUG is defined. Moving the functions
into the test fixture ensures they are available and only available for
use by the unit tests.
2024-12-02 21:49:14 -05:00
..
api refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
charset refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
eval refactor(shada): rework msgpack decoding without msgpack-c 2024-08-05 11:12:44 +02:00
fixtures test(vterm): move test functions into vterm_test fixture 2024-12-02 21:49:14 -05:00
os refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
viml refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
buffer_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
fileio_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
formatc.lua refactor(declarations): also generate prototypes for functions in headers 2024-07-13 12:30:49 +02:00
garray_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
indent_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
keycodes_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
marktree_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
mbyte_spec.lua docs: misc (#30177) 2024-09-29 09:54:12 +00:00
memory_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
message_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
msgpack_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
multiqueue_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
optionstr_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
path_spec.lua vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673) 2024-07-12 14:30:49 +08:00
preload.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
preprocess.lua test: improve test conventions 2024-04-08 22:51:00 +02:00
profile_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
search_spec.lua vim-patch:9.1.0426: too many strlen() calls in search.c 2024-05-22 06:37:26 +08:00
set.lua build: enable lintlua for test/unit/ dir #26396 2023-12-04 14:32:39 -08:00
statusline_spec.lua refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
strings_spec.lua fix(test): fix strings_spec.lua for AArch64 2024-04-12 17:37:57 +01:00
tempfile_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
termkey_spec.lua docs: misc (#30177) 2024-09-29 09:54:12 +00:00
testtest_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
testutil.lua test: port libvterm unit test to neovim test suite 2024-10-22 21:20:11 +02:00
undo_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
vterm_spec.lua test(vterm): move test functions into vterm_test fixture 2024-12-02 21:49:14 -05:00