Skip to content

Commit 4a52813

Browse files
authored
Merge pull request #10794 from larouxn/update_doctest_repo_links
Update doctest links from onqtam/doctest to doctest/doctest
2 parents c73a7b0 + 02311e5 commit 4a52813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/development/core_and_modules/unit_testing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Unit testing
44
============
55

66
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
88
gives ability to write test suites and test cases next to production code, but
99
since the tests in Godot go through a different ``main`` entry point, the tests
1010
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.
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

213213
Logging
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

241241
Testing failure paths
242242
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)