You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/unit_tests.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,15 @@
3
3
Contributing unit tests
4
4
=======================
5
5
6
-
See also the `current documentation for unit tests <https://docs.godotengine.org/en/stable/contributing/development/core_and_modules/unit_testing.html>`_.
6
+
The Godot teams are dedicated to ensuring a reliably, bug-free experience for users.
7
+
Therefore, we expect important logic to be tested with unit tests.
8
+
9
+
Godot's unit tests are built into the binary, and can be run with an argument to the executable.
10
+
For more information, please read the
11
+
`current documentation for unit tests <https://docs.godotengine.org/en/stable/contributing/development/core_and_modules/unit_testing.html>`_.
12
+
13
+
Unit test guidelines
14
+
--------------------
15
+
16
+
We do not have dedicated guidelines for unit testing as of yet.
17
+
Please use common best practices for writing unit tests when contributing to Godot.
0 commit comments