mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- Tests for nested function.
|
||||
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear, insert = helpers.clear, helpers.insert
|
||||
local command, expect, source = helpers.command, helpers.expect, helpers.source
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local clear, insert = t.clear, t.insert
|
||||
local command, expect, source = t.command, t.expect, t.source
|
||||
|
||||
describe('test_nested_function', function()
|
||||
setup(clear)
|
||||
|
Reference in New Issue
Block a user