File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contributing/development/core_and_modules Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Unit testing
44============
55
66Godot Engine allows to write unit tests directly in C++. The engine integrates
7- the `doctest <https://github.com/onqtam /doctest >`_ unit testing framework which
7+ the `doctest <https://github.com/doctest /doctest >`_ unit testing framework which
88gives ability to write test suites and test cases next to production code, but
99since the tests in Godot go through a different ``main `` entry point, the tests
1010reside in a dedicated ``tests/ `` directory instead, which is located at the root
@@ -208,7 +208,7 @@ for more complex ones if you think that it deserves a better explanation.
208208
209209.. seealso ::
210210
211- `doctest: Assertion macros <https://github.com/onqtam /doctest/blob/master/doc/markdown/assertions.md >`_.
211+ `doctest: Assertion macros <https://github.com/doctest /doctest/blob/master/doc/markdown/assertions.md >`_.
212212
213213Logging
214214~~~~~~~
@@ -236,7 +236,7 @@ output can be redirected to an XML file:
236236
237237 .. seealso ::
238238
239- `doctest: Logging macros <https://github.com/onqtam /doctest/blob/master/doc/markdown/logging.md >`_.
239+ `doctest: Logging macros <https://github.com/doctest /doctest/blob/master/doc/markdown/logging.md >`_.
240240
241241Testing failure paths
242242~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments