godot/modules/gdscript/tests
luz paz a124f1effe Fix various typos
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn`
Update editor/import/resource_importer_layered_texture.cpp

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Update doc/classes/TileSetScenesCollectionSource.xml

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Update scene/gui/graph_edit.cpp

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Update scene/resources/animation.cpp

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Update scene/resources/animation.cpp

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Update scene/resources/animation.cpp

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Update scene/gui/rich_text_label.cpp

Co-authored-by: Raul Santos <raulsntos@gmail.com>
Revert previously committed change
2022-01-02 01:03:58 -05:00
..
scripts Fix various typos 2022-01-02 01:03:58 -05:00
README.md Add a README to link to the GDScript integration tests documentation 2021-08-25 16:51:28 +02:00
gdscript_test_runner.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
gdscript_test_runner.h Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
gdscript_test_runner_suite.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
test_gdscript.cpp Use range iterators for `Map` 2021-09-30 15:09:12 -06:00
test_gdscript.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00

README.md

GDScript integration tests

The scripts/ folder contains integration tests in the form of GDScript files and output files.

See the Integration tests for GDScript documentation for information about creating and running GDScript integration tests.