neovim/test/functional/terminal
Björn Linse 208013ae39 test/terminal: fix indeterminism in colorcolumn screen test
Previously, the screen test was expecting the screen state to be
identical to the previous screen test in `thelpers.screen_setup()`,
which is indeterministic. (The later screen test can accidentally
still see the previous identical state). The solution is to add a test
for a intermediate different state.
2015-05-10 20:18:46 +02:00
..
altscreen_spec.lua test: Add terminal tests 2015-03-25 18:57:36 -03:00
buffer_spec.lua term: after <C-\>, resume normal input loop 2015-04-05 13:40:21 -04:00
cursor_spec.lua term: use an argument vector for termopen(). 2015-05-02 09:47:29 -04:00
ex_terminal_spec.lua term: use an argument vector for termopen(). 2015-05-02 09:47:29 -04:00
helpers.lua term: use an argument vector for termopen(). 2015-05-02 09:47:29 -04:00
highlight_spec.lua term: use an argument vector for termopen(). 2015-05-02 09:47:29 -04:00
mouse_spec.lua term: after <C-\>, resume normal input loop 2015-04-05 13:40:21 -04:00
scrollback_spec.lua term: use an argument vector for termopen(). 2015-05-02 09:47:29 -04:00
window_spec.lua test/terminal: fix indeterminism in colorcolumn screen test 2015-05-10 20:18:46 +02:00
window_split_tab_spec.lua test: Add terminal tests 2015-03-25 18:57:36 -03:00