godot/tests
Haoyu Qiu e4e4e475f8 Make --doctool locale aware
* Adds `indent(str)` to `String`:
    * Indent the (multiline) string with the given indentation.
    * This method is added in order to keep the translated XML correctly
      indented.
* Moves the loading of tool/doc translation into
  `editor/editor_translation.{h,cpp}`.
    * This will be used from both `EditorSettings` and the doc tool from
      `main`.
* Makes use of doc translation when generating XML class references, and
  setup the translation locale based on `-l LOCALE` CLI parameter.

The XML class reference won't be translated if `-l LOCALE` parameter is
not given, or when it's `-l en`.
2021-12-16 17:49:22 +08:00
..
core Make --doctool locale aware 2021-12-16 17:49:22 +08:00
data Tests: Improve coverage for File::get_csv_line() 2021-08-04 11:53:21 +02:00
scene Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
servers Make compile shader function to use struct instead long parameter list 2021-12-08 11:34:40 +03:00
SCsub Move and organize tests into subfolders 2021-11-07 00:43:31 -06:00
test_macros.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_macros.h Use "enum class" for input enums 2021-11-12 15:37:54 -06:00
test_main.cpp Move and organize tests into subfolders 2021-11-07 00:43:31 -06:00
test_main.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_tools.h Move and organize tests into subfolders 2021-11-07 00:43:31 -06:00
test_utils.cpp Move and organize tests into subfolders 2021-11-07 00:43:31 -06:00
test_utils.h Move and organize tests into subfolders 2021-11-07 00:43:31 -06:00
test_validate_testing.h Add unit tests for Array.pop_at() 2021-08-28 20:13:32 +08:00