mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10:00
refactor(tests): rename terminal/testutil.lua => testterm.lua #30372
This module is generally used by any tests that need the full Nvim TUI instead of `screen.lua`. Thus it should live in `functional/` instead of in `functional/terminal/`.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local t = require('test.testutil')
|
||||
local n = require('test.functional.testnvim')()
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local tt = require('test.functional.terminal.testutil')
|
||||
local tt = require('test.functional.testterm')
|
||||
|
||||
local clear = n.clear
|
||||
local eq = t.eq
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
local t = require('test.testutil')
|
||||
local n = require('test.functional.testnvim')()
|
||||
local tt = require('test.functional.terminal.testutil')
|
||||
local tt = require('test.functional.testterm')
|
||||
|
||||
local assert_log = t.assert_log
|
||||
local clear = n.clear
|
||||
|
||||
Reference in New Issue
Block a user