godot-xterm/test
Leroy Hopson 9d15420df3
Move terminal.gd and pty.gd to godot_xterm directory
Makes for pretty paths when extending scripts:
`extends "res://addons/godot_xterm/terminal.gd"`
vs.
`extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"`

Currently "res://addons/godot_xterm/pty.gd" is acutally `pty_unix.gd`.
This is okay for now as the PTY node is only supported on Unix
platforms. However, we will need to sort it out when adding Windows
support as part of #25.

Also remove the GDXterm namespace.
2021-07-26 00:39:48 +07:00
..
files Add some files for manually testing fonts, colors and UTF8 2021-07-23 07:42:43 +07:00
import_plugins/xrdb Add basic .xrdb/.Xresources import plugin 2021-07-19 00:10:16 +07:00
integration Run tests in CI environment 2021-07-18 23:05:17 +07:00
platform/unix Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
scenes Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
unit Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
.gutconfig.3.2.json Enable tests for v3.2 2021-07-23 22:07:57 +07:00
.gutconfig.ci.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.unix.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.windows.json Run tests in CI environment 2021-07-18 23:05:17 +07:00