mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
feat(pty): add initial pty node
This commit is contained in:
parent
d223a458cd
commit
1514f42b54
21 changed files with 2819 additions and 71 deletions
|
@ -15,7 +15,6 @@ class BaseTest:
|
|||
var mock_pty_native: MockPTY
|
||||
|
||||
func before_each():
|
||||
var PTY = load("res://addons/godot_xterm/pty.gd")
|
||||
pty = add_child_autofree(PTY.new())
|
||||
mock_pty_native = autofree(MockPTY.new())
|
||||
pty._pty_native = mock_pty_native
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue