mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 13:35:02 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
-- Normal mode tests.
|
||||
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear = helpers.clear
|
||||
local feed = helpers.feed
|
||||
local fn = helpers.fn
|
||||
local command = helpers.command
|
||||
local eq = helpers.eq
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local clear = t.clear
|
||||
local feed = t.feed
|
||||
local fn = t.fn
|
||||
local command = t.command
|
||||
local eq = t.eq
|
||||
|
||||
describe('Normal mode', function()
|
||||
before_each(clear)
|
||||
|
||||
Reference in New Issue
Block a user