mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #7596 from catwasd/catwasd/fix-dev-in-unit-testing
This commit is contained in:
committed by
Max Hilbrunner
parent
1cce13930f
commit
1fc957a448
@@ -48,8 +48,8 @@ arguments for doctest.
|
||||
|
||||
.. note::
|
||||
|
||||
Tests are compiled automatically if you use the ``dev=yes`` SCons option.
|
||||
``dev=yes`` is recommended if you plan on contributing to the engine
|
||||
Tests are compiled automatically if you use the ``dev_mode=yes`` SCons option.
|
||||
``dev_mode=yes`` is recommended if you plan on contributing to the engine
|
||||
development as it will automatically treat compilation warnings as errors.
|
||||
The continuous integration system will fail if any compilation warnings are
|
||||
detected, so you should strive to fix all warnings before opening a pull
|
||||
|
||||
Reference in New Issue
Block a user