mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local eq = helpers.eq
|
||||
local ok = helpers.ok
|
||||
local call = helpers.call
|
||||
local clear = helpers.clear
|
||||
local is_os = helpers.is_os
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local eq = t.eq
|
||||
local ok = t.ok
|
||||
local call = t.call
|
||||
local clear = t.clear
|
||||
local is_os = t.is_os
|
||||
|
||||
describe('hostname()', function()
|
||||
before_each(clear)
|
||||
|
||||
Reference in New Issue
Block a user