File tree 1 file changed +3
-3
lines changed
contributing/development/core_and_modules
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Unit testing
4
4
============
5
5
6
6
Godot 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
8
8
gives ability to write test suites and test cases next to production code, but
9
9
since the tests in Godot go through a different ``main `` entry point, the tests
10
10
reside 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.
208
208
209
209
.. seealso ::
210
210
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 >`_.
212
212
213
213
Logging
214
214
~~~~~~~
@@ -236,7 +236,7 @@ output can be redirected to an XML file:
236
236
237
237
.. seealso ::
238
238
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 >`_.
240
240
241
241
Testing failure paths
242
242
~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments