mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
Merge pull request #5225 from equalsraf/windows-functionaltests
Enable functional tests in Appveyor
This commit is contained in:
@@ -6,6 +6,8 @@ local feed_data = thelpers.feed_data
|
||||
local enter_altscreen = thelpers.enter_altscreen
|
||||
local exit_altscreen = thelpers.exit_altscreen
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal altscreen', function()
|
||||
local screen
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ local wait = helpers.wait
|
||||
local eval, execute, source = helpers.eval, helpers.execute, helpers.source
|
||||
local eq, neq = helpers.eq, helpers.neq
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal buffer', function()
|
||||
local screen
|
||||
|
||||
@@ -6,6 +6,7 @@ local nvim_dir, execute = helpers.nvim_dir, helpers.execute
|
||||
local hide_cursor = thelpers.hide_cursor
|
||||
local show_cursor = thelpers.show_cursor
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal cursor', function()
|
||||
local screen
|
||||
|
||||
@@ -4,6 +4,8 @@ local clear, wait, nvim = helpers.clear, helpers.wait, helpers.nvim
|
||||
local nvim_dir, source, eq = helpers.nvim_dir, helpers.source, helpers.eq
|
||||
local execute, eval = helpers.execute, helpers.eval
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe(':terminal', function()
|
||||
local screen
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ local feed, clear, nvim = helpers.feed, helpers.clear, helpers.nvim
|
||||
local nvim_dir, execute = helpers.nvim_dir, helpers.execute
|
||||
local eq, eval = helpers.eq, helpers.eval
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal window highlighting', function()
|
||||
local screen
|
||||
|
||||
@@ -4,6 +4,8 @@ local clear = helpers.clear
|
||||
local feed, nvim = helpers.feed, helpers.nvim
|
||||
local feed_data = thelpers.feed_data
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal mouse', function()
|
||||
local screen
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ local feed, nvim_dir, execute = helpers.feed, helpers.nvim_dir, helpers.execute
|
||||
local wait = helpers.wait
|
||||
local feed_data = thelpers.feed_data
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal scrollback', function()
|
||||
local screen
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ local feed = thelpers.feed_data
|
||||
local execute = helpers.execute
|
||||
local nvim_dir = helpers.nvim_dir
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('tui', function()
|
||||
local screen
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ local feed, clear = helpers.feed, helpers.clear
|
||||
local wait = helpers.wait
|
||||
local execute = helpers.execute
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal window', function()
|
||||
local screen
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ local clear = helpers.clear
|
||||
local feed, nvim = helpers.feed, helpers.nvim
|
||||
local execute = helpers.execute
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('terminal', function()
|
||||
local screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user