-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
164: Inject scene tree into `#[itest]` r=Bromeon a=Bromeon Also adds another test for `Gd::eq()` in the case of dead instances, and a stub for testing #23. Simplifies the proc-macro machinery further. Co-authored-by: Jan Haller <bromeon@gmail.com>
- Loading branch information
Showing
9 changed files
with
191 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
list=[{ | ||
list=Array[Dictionary]([{ | ||
"base": &"RefCounted", | ||
"class": &"TestStats", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://TestStats.gd" | ||
}, { | ||
"base": &"Node", | ||
"base": &"RefCounted", | ||
"class": &"TestSuite", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://TestSuite.gd" | ||
}] | ||
}]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.