mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
|
||||
local eq = helpers.eq
|
||||
local neq = helpers.neq
|
||||
local command = helpers.command
|
||||
local exec_capture = helpers.exec_capture
|
||||
local write_file = helpers.write_file
|
||||
local api = helpers.api
|
||||
local clear = helpers.clear
|
||||
local dedent = helpers.dedent
|
||||
local exc_exec = helpers.exc_exec
|
||||
local missing_provider = helpers.missing_provider
|
||||
local eq = t.eq
|
||||
local neq = t.neq
|
||||
local command = t.command
|
||||
local exec_capture = t.exec_capture
|
||||
local write_file = t.write_file
|
||||
local api = t.api
|
||||
local clear = t.clear
|
||||
local dedent = t.dedent
|
||||
local exc_exec = t.exc_exec
|
||||
local missing_provider = t.missing_provider
|
||||
|
||||
local tmpfile = 'X_ex_cmds_script'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user