mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local eq, clear = helpers.eq, helpers.clear
|
||||
local missing_provider = helpers.missing_provider
|
||||
local command = helpers.command
|
||||
local write_file = helpers.write_file
|
||||
local eval = helpers.eval
|
||||
local retry = helpers.retry
|
||||
local api = helpers.api
|
||||
local insert = helpers.insert
|
||||
local expect = helpers.expect
|
||||
local feed = helpers.feed
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local eq, clear = t.eq, t.clear
|
||||
local missing_provider = t.missing_provider
|
||||
local command = t.command
|
||||
local write_file = t.write_file
|
||||
local eval = t.eval
|
||||
local retry = t.retry
|
||||
local api = t.api
|
||||
local insert = t.insert
|
||||
local expect = t.expect
|
||||
local feed = t.feed
|
||||
|
||||
do
|
||||
clear()
|
||||
|
||||
Reference in New Issue
Block a user