mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
--
|
||||
-- Core "eval" tests live in eval_spec.lua.
|
||||
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
|
||||
local clear = helpers.clear
|
||||
local eval = helpers.eval
|
||||
local matches = helpers.matches
|
||||
local is_os = helpers.is_os
|
||||
local clear = t.clear
|
||||
local eval = t.eval
|
||||
local matches = t.matches
|
||||
local is_os = t.is_os
|
||||
|
||||
before_each(clear)
|
||||
|
||||
|
Reference in New Issue
Block a user