godot/tests
Hugo Locurcio 180e5d3028
Remove RES and REF typedefs in favor of spelled out Ref<>
These typedefs don't save much typing compared to the full `Ref<Resource>`
and `Ref<RefCounted>`, yet they sometimes introduce confusion among
new contributors.
2022-05-03 01:43:50 +02:00
..
core Fix left aligned integer sign in string formatting 2022-05-01 12:42:48 +08:00
data
scene Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
servers Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
SCsub Remove unused legacy tests 2022-04-07 00:38:44 +02:00
test_macros.cpp
test_macros.h remove escapes in gdscript test output 2022-04-28 22:21:26 -05:00
test_main.cpp Merge pull request #60529 from timothyqiu/theme-validation 2022-05-02 10:49:14 +02:00
test_main.h
test_tools.h
test_utils.cpp
test_utils.h
test_validate_testing.h