dundargoc
052498ed42
test: improve test conventions
...
Specifically, functions that are run in the context of the test runner
are put in module `test/testutil.lua` while the functions that are run
in the context of the test session are put in
`test/functional/testnvim.lua`.
Closes https://github.com/neovim/neovim/issues/27004 .
2024-04-23 18:17:04 +02:00
Lewis Russell
81fc27124b
refactor(test): inject after_each differently
2024-04-10 15:53:50 +01:00
dundargoc
7035125b2b
test: improve test conventions
...
Work on https://github.com/neovim/neovim/issues/27004 .
2024-04-08 22:51:00 +02:00
zeertzjq
970b60aa7c
test(tohtml_spec): don't use hard-coded sleeping time ( #27770 )
...
Instead cause some changes to screen state and use screen:expect().
2024-03-08 10:24:46 +08:00
altermo
a8131aee9e
fix(tohtml): replace hex escape with digit escape ( #27728 )
2024-03-04 19:08:23 +08:00
altermo
2f85bbe615
feat!: rewrite TOhtml in lua
...
Co-authored-by: wookayin <wookayin@gmail.com >
Co-authored-by: clason <c.clason@uni-graz.at >
Co-authored-by: Lewis Russell <me@lewisr.dev >
2024-02-28 16:26:00 +00:00