|
@@ -271,17 +271,19 @@ Special tags in test case names
|
|
|
|
|
|
These tags can be added to the test case name to modify or extend the test environment:
|
|
These tags can be added to the test case name to modify or extend the test environment:
|
|
|
|
|
|
-+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
-| **Tag** | **Description** |
|
|
|
|
-+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
-| ``[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>`. |
|
|
|
|
-+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
-| ``[Editor]`` | Like ``[SceneTree]``, but with additional editor-related infrastructure available, such as :ref:`EditorSettings<class_EditorSettings>`. |
|
|
|
|
-+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
-| ``[Audio]`` | Initializes the :ref:`AudioServer<class_AudioServer>` using a mock audio driver. |
|
|
|
|
-+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
-| ``[Navigation]`` | Creates the default 2D/3D navigation servers and makes them available for testing. |
|
|
|
|
-+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+| **Tag** | **Description** |
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+| ``[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>`. |
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+| ``[Editor]`` | Like ``[SceneTree]``, but with additional editor-related infrastructure available, such as :ref:`EditorSettings<class_EditorSettings>`. |
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+| ``[Audio]`` | Initializes the :ref:`AudioServer<class_AudioServer>` using a mock audio driver. |
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+| ``[Navigation2D]`` | Creates the default 2D navigation server and makes it available for testing. |
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+| ``[Navigation3D]`` | Creates the default 3D navigation server and makes it available for testing. |
|
|
|
|
++--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
You can use them together to combine multiple test environment extensions.
|
|
You can use them together to combine multiple test environment extensions.
|
|
|
|
|