Skip to content

Commit 9c0e374

Browse files
committed
Add output check to tests 2&3 (which uncover the ugly truth: they are currently not passing ^^)
1 parent 59b0a05 commit 9c0e374

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Godot Engine .* - https://godotengine.org
2+
Pythonscript .* \(CPython .*\)
3+
4+
Hello, World !

tests/2-pythonscript-init/main.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
extends Node
22

33
func _ready():
4+
print("Hello, World !")
45
# Exit godot
56
self.get_tree().quit()
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Godot Engine .* - https://godotengine.org
2+
Pythonscript .* \(CPython .*\)
3+
4+
Hello, World !
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
extends Node
22

33
func _ready():
4+
print("Hello, World !")
45
# Exit godot
56
self.get_tree().quit()

0 commit comments

Comments
 (0)