]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 Dec 2023 11:20:46 +0000 (12:20 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2023 11:20:46 +0000 (11:20 +0000)
(cherry picked from commit 21d52995ea490328edf9be3ba072821cd445dd30)

Co-authored-by: Taylor Packard <3.t.packard@gmail.com>
Doc/library/unittest.rst

index 2c84bad2b437c77be9e48534a25bbd9583995272..f821688d145b4fb5afbf70c6147d3cc8263c5ad8 100644 (file)
@@ -346,8 +346,8 @@ the `load_tests protocol`_.
    ``python -m unittest discover -s root/namespace -t root``).
 
 .. versionchanged:: 3.11
-   Python 3.11 dropped the :term:`namespace packages <namespace package>`
-   support. It has been broken since Python 3.7. Start directory and
+   :mod:`unittest` dropped the :term:`namespace packages <namespace package>`
+   support in Python 3.11. It has been broken since Python 3.7. Start directory and
    subdirectories containing tests must be regular package that have
    ``__init__.py`` file.