@@ -271,17 +271,19 @@ Special tags in test case names
271271
272272These tags can be added to the test case name to modify or extend the test environment:
273273
274- +-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
275- | **Tag ** | **Description ** |
276- +-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
277- | ``[SceneTree] `` | Required for test cases that rely on a scene tree with MessageQueue to be available. It also enables a mock rendering server and :ref: `ThemeDB<class_ThemeDB> `. |
278- +-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
279- | ``[Editor] `` | Like ``[SceneTree] ``, but with additional editor-related infrastructure available, such as :ref: `EditorSettings<class_EditorSettings> `. |
280- +-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
281- | ``[Audio] `` | Initializes the :ref: `AudioServer<class_AudioServer> ` using a mock audio driver. |
282- +-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
283- | ``[Navigation] `` | Creates the default 2D/3D navigation servers and makes them available for testing. |
284- +-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
274+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
275+ | **Tag ** | **Description ** |
276+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
277+ | ``[SceneTree] `` | Required for test cases that rely on a scene tree with MessageQueue to be available. It also enables a mock rendering server and :ref: `ThemeDB<class_ThemeDB> `. |
278+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
279+ | ``[Editor] `` | Like ``[SceneTree] ``, but with additional editor-related infrastructure available, such as :ref: `EditorSettings<class_EditorSettings> `. |
280+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
281+ | ``[Audio] `` | Initializes the :ref: `AudioServer<class_AudioServer> ` using a mock audio driver. |
282+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
283+ | ``[Navigation2D] `` | Creates the default 2D navigation server and makes it available for testing. |
284+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
285+ | ``[Navigation3D] `` | Creates the default 3D navigation server and makes it available for testing. |
286+ +--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
285287
286288You can use them together to combine multiple test environment extensions.
287289
0 commit comments